GW2v2TokenInfo
data class GW2v2TokenInfo(val id: String, val name: String, val permissions: List<String>, val type: String, val subtokenDetails: GW2v2TokenInfo.SubtokenDetails? = null)
Information about an API key.
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
Types
Link copied to clipboard
@Serializable
Additional information about a subtoken