CreateAccessTokenResponse
CreateAccessTokenResponse is the shape of the response after creating a token. The ID is an opaque ID that can be used in future CRUD operations and the Token is the actual token value (that is presented in the authorization header).
Properties
idstring requiredThe unique identifiertokenValuestring requiredThe token value