Newer Version Available
AuthProviderTokenResponse Class
Namespace
AuthProviderTokenResponse Constructors
The following are constructors for AuthProviderTokenResponse.
AuthProviderTokenResponse(provider, oauthToken, oauthSecretOrRefreshToken, state)
Creates an instance of the AuthProviderTokenResponse class using the specified authentication provider, OAuth
access token, OAuth secret or refresh token, and state for a custom authentication provider
plug-in.
Signature
public AuthProviderTokenResponse(String provider, String oauthToken, String oauthSecretOrRefreshToken, String state)
Parameters
- provider
- Type: String
- The custom authentication provider.
- oauthToken
- Type: String
- The OAuth access token.
- oauthSecretOrRefreshToken
- Type: String
- The OAuth secret or refresh token for the currently logged-in user.
- state
- Type: String
- The state passed in to initiate the authentication request for the user.
AuthProviderTokenResponse Properties
The following are properties for AuthProviderTokenResponse.
oauthSecretOrRefreshToken
Signature
public String oauthSecretOrRefreshToken {get; set;}
Property Value
Type: String