-
- All Implemented Interfaces:
public final class OAuthBuilderOauth builder to build the SDK configuration information specific to oauth
-
-
Field Summary
Fields Modifier and Type Field Description private StringoauthClientIdprivate StringoauthRedirectUriprivate StringoauthScopeprivate LongoauthThresholdSecondsprivate LongoauthCacheSeconds
-
Constructor Summary
Constructors Constructor Description OAuthBuilder()
-
Method Summary
Modifier and Type Method Description final StringgetOauthClientId()final UnitsetOauthClientId(String oauthClientId)final StringgetOauthRedirectUri()final UnitsetOauthRedirectUri(String oauthRedirectUri)final StringgetOauthScope()final UnitsetOauthScope(String oauthScope)final LonggetOauthThresholdSeconds()final UnitsetOauthThresholdSeconds(Long oauthThresholdSeconds)final LonggetOauthCacheSeconds()final UnitsetOauthCacheSeconds(Long oauthCacheSeconds)final OAuthbuild()-
-
Method Detail
-
getOauthClientId
final String getOauthClientId()
-
setOauthClientId
final Unit setOauthClientId(String oauthClientId)
-
getOauthRedirectUri
final String getOauthRedirectUri()
-
setOauthRedirectUri
final Unit setOauthRedirectUri(String oauthRedirectUri)
-
getOauthScope
final String getOauthScope()
-
setOauthScope
final Unit setOauthScope(String oauthScope)
-
getOauthThresholdSeconds
final Long getOauthThresholdSeconds()
-
setOauthThresholdSeconds
final Unit setOauthThresholdSeconds(Long oauthThresholdSeconds)
-
getOauthCacheSeconds
final Long getOauthCacheSeconds()
-
setOauthCacheSeconds
final Unit setOauthCacheSeconds(Long oauthCacheSeconds)
-
-
-
-