public interface AuthenticationManager
| Modifier and Type | Method and Description |
|---|---|
AuthIntentBuilder |
createIntentBuilder(String developerToken)
Creates an AuthIntentBuilder instance.
|
TokenResult |
handleTokenResult(Intent intent)
Extracts the TokenResult object from the data intent received in onActivityResult as a result of authentication.
|
AuthIntentBuilder createIntentBuilder(String developerToken)
developerToken - String: the developer tokenAuthIntentBuilder: the AuthIntentBuilder which can be used to create the intentTokenResult handleTokenResult(Intent intent)
intent - Intent: the result intentTokenResult: tokenResult