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.