Skip to main content

AccessToken

No description

type AccessToken {
access_token: String!
refresh_token: String!
expires_in: Int!
token_type: String!
}

Fields

access_token (String!)

refresh_token (String!)

expires_in (Int!)

token_type (String!)