Token
class Token( val tokenType: String, val expiresIn: Int, val accessToken: String, val scope: String?, val refreshToken: String?, val idToken: String?, val deviceSecret: String?, val issuedTokenType: String?)
Content copied to clipboard
Token information representing a user's access to a resource server, including access token, refresh token, and other related information.