Class SFOauthLoginInput

    • Constructor Detail

      • SFOauthLoginInput

        public SFOauthLoginInput​(String clientId,
                                 String clientSecret,
                                 String redirectUri,
                                 String authorizationUrl,
                                 String tokenRequestUrl,
                                 String scope,
                                 boolean enableSingleUseRefreshTokens)
    • Method Detail

      • getRedirectUri

        public String getRedirectUri()
      • getClientId

        public String getClientId()
      • getClientSecret

        public String getClientSecret()
      • getAuthorizationUrl

        public String getAuthorizationUrl()
      • getTokenRequestUrl

        public String getTokenRequestUrl()
      • getScope

        public String getScope()
      • getEnableSingleUseRefreshTokens

        public boolean getEnableSingleUseRefreshTokens()
      • setLocalApplicationClientCredential

        public void setLocalApplicationClientCredential()