Android SDK Version
Field Summary
Modifier and TypeFieldDescription
public final static LoginMethodHandler.CompanionINSTANCE
Method Summary
Modifier and TypeMethodDescription
final AuthenticationTokencreateAuthenticationTokenFromNativeLogin(Bundle bundle, String expectedNonce)
final AccessTokencreateAccessTokenFromNativeLogin(Bundle bundle, AccessTokenSource source, String applicationId)
final AuthenticationTokencreateAuthenticationTokenFromWebBundle(Bundle bundle, String expectedNonce) WARNING: This feature is currently in development and not intended for external usage.
final AccessTokencreateAccessTokenFromWebBundle(Collection<String> requestedPermissions, Bundle bundle, AccessTokenSource source, String applicationId)
final StringgetUserIDFromSignedRequest(String signedRequest)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail

createAuthenticationTokenFromNativeLogin

 final AuthenticationTokencreateAuthenticationTokenFromNativeLogin(Bundle bundle, String expectedNonce)

createAccessTokenFromNativeLogin

 final AccessTokencreateAccessTokenFromNativeLogin(Bundle bundle, AccessTokenSource source, String applicationId)

createAuthenticationTokenFromWebBundle

 final AuthenticationTokencreateAuthenticationTokenFromWebBundle(Bundle bundle, String expectedNonce)
WARNING: This feature is currently in development and not intended for external usage.
Parameters:
expectedNonce - the nonce expected to have created with the AuthenticationToken

createAccessTokenFromWebBundle

 final AccessTokencreateAccessTokenFromWebBundle(Collection<String> requestedPermissions, Bundle bundle, AccessTokenSource source, String applicationId)

getUserIDFromSignedRequest

 final StringgetUserIDFromSignedRequest(String signedRequest)