gw2v2CreateSubToken

fun gw2v2CreateSubToken(expire: String, permissions: String, urls: String? = null, configure: RequestConfigurer? = null): RequestTemplate<GW2v2SubToken>

Creates a new subtoken.

Authenticated:       Yes (ACCOUNT)
Paginated: No
Bulk expanded: No
Localized: No
Cache time: N/A

Read more: https://wiki.guildwars2.com/wiki/API:2/createsubtoken

Return

the request that can be executed to query the API

Parameters

expire

an ISO-8601 datetime specifying when the generated subtoken will expire

permissions

a comma separated list of permissions to inherit

urls

a comma separated list of endpoints that will be accessible using this subtoken

configure

configure action for the request