Class OAuth10Credentials

java.lang.Object
org.pac4j.core.credentials.Credentials
org.pac4j.oauth.credentials.OAuth10Credentials
All Implemented Interfaces:
Serializable

public class OAuth10Credentials extends org.pac4j.core.credentials.Credentials
This class represents an OAuth credentials for OAuth 1.0 a request token, a token and a verifier.
Since:
1.9.0
Author:
zhangzhenli
See Also:
  • Field Summary

    Fields inherited from class org.pac4j.core.credentials.Credentials

    logoutType
  • Constructor Summary

    Constructors
    Constructor
    Description
    OAuth10Credentials(com.github.scribejava.core.model.OAuth1RequestToken requestToken, String token, String verifier)
    Constructor for OAuth10Credentials.
  • Method Summary

    Methods inherited from class org.pac4j.core.credentials.Credentials

    canEqual, equals, getLogoutType, getUserProfile, hashCode, isForAuthentication, setUserProfile, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • OAuth10Credentials

      public OAuth10Credentials(com.github.scribejava.core.model.OAuth1RequestToken requestToken, String token, String verifier)

      Constructor for OAuth10Credentials.

      Parameters:
      requestToken - a OAuth1RequestToken object
      token - a String object
      verifier - a String object