sealed class OAuthAccessTokenResponse : Principal
OAuth access token acquired from the server
data class OAuth1a : OAuthAccessTokenResponse
OAuth1a access token acquired from the server |
|
data class OAuth2 : OAuthAccessTokenResponse
OAuth2 access token acquired from the server |
data class OAuth1a : OAuthAccessTokenResponse
OAuth1a access token acquired from the server |
|
data class OAuth2 : OAuthAccessTokenResponse
OAuth2 access token acquired from the server |