facebook4j.auth
Interface AuthorizationConfiguration

All Known Subinterfaces:
Configuration
All Known Implementing Classes:
ConfigurationBase, PropertyConfiguration

public interface AuthorizationConfiguration

An interface represents configuration for Authorization.

Author:
Ryuji Yamashita - roundrop at gmail.com

Method Summary
 int getAppSecretProofCacheSize()
           
 String getOAuthAccessToken()
           
 String getOAuthAppId()
           
 String getOAuthAppSecret()
           
 String getOAuthCallbackURL()
           
 String getOAuthPermissions()
           
 boolean isAppSecretProofEnabled()
           
 

Method Detail

getOAuthAppId

String getOAuthAppId()

getOAuthAppSecret

String getOAuthAppSecret()

getOAuthAccessToken

String getOAuthAccessToken()

getOAuthPermissions

String getOAuthPermissions()

getOAuthCallbackURL

String getOAuthCallbackURL()

isAppSecretProofEnabled

boolean isAppSecretProofEnabled()

getAppSecretProofCacheSize

int getAppSecretProofCacheSize()


Copyright © 2019. All rights reserved.