Contents

TokenResponse

An object that contains an access token and an expiration time in seconds.

Declaration

object TokenResponse

Properties

NameTypeDescription
accessTokenstring

A string that represents the access token.

expiresInSecondsinteger

An integer that indicates the time, in seconds from now until the token expires.