Class TokenResponse
A token response which is returned when the authorization code is exchanged for an access token or when a refresh token is used
to get a new access token
Inheritance
TokenResponse
Assembly: cs.temp.dll.dll
Syntax
public class TokenResponse
Fields
access_token
Declaration
public string access_token
Field Value
expires_in
Declaration
Field Value
id_token
Declaration
Field Value
refresh_token
Declaration
public string refresh_token
Field Value
scope
Declaration
Field Value
token_type
Declaration
Field Value