Class YahooApi20

  • All Implemented Interfaces:
    com.github.scribejava.core.builder.api.BaseApi<com.github.scribejava.core.oauth.OAuth20Service>

    public class YahooApi20
    extends com.github.scribejava.core.builder.api.DefaultApi20
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected YahooApi20()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAccessTokenEndpoint()  
      protected java.lang.String getAuthorizationBaseUrl()  
      static YahooApi20 instance()  
      • Methods inherited from class com.github.scribejava.core.builder.api.DefaultApi20

        createService, getAccessTokenExtractor, getAccessTokenVerb, getAuthorizationUrl, getBearerSignature, getClientAuthentication, getRefreshTokenEndpoint, getRevokeTokenEndpoint
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • YahooApi20

        protected YahooApi20()
    • Method Detail

      • getAccessTokenEndpoint

        public java.lang.String getAccessTokenEndpoint()
        Specified by:
        getAccessTokenEndpoint in class com.github.scribejava.core.builder.api.DefaultApi20
      • getAuthorizationBaseUrl

        protected java.lang.String getAuthorizationBaseUrl()
        Specified by:
        getAuthorizationBaseUrl in class com.github.scribejava.core.builder.api.DefaultApi20