GW2v2TokenInfo

constructor(id: String, name: String, permissions: List<String>, type: String, subtokenDetails: GW2v2TokenInfo.SubtokenDetails? = null)

Parameters

id

the API key that was requested

name

the name given to the API key by the account owner

permissions

an array of strings describing which permissions the API key has

type

the type of the access token given

subtokenDetails