public class StartupAuthResult
extends java.lang.Object
IdentityManager.resumeSession(Activity, StartupAuthResultHandler, long)
.Constructor and Description |
---|
StartupAuthResult(IdentityManager identityManager,
StartupAuthErrorDetails startupAuthErrorDetails) |
Modifier and Type | Method and Description |
---|---|
StartupAuthErrorDetails |
getErrorDetails() |
IdentityManager |
getIdentityManager() |
boolean |
isIdentityIdAvailable() |
boolean |
isUserAnonymous() |
boolean |
isUserSignedIn()
return true if signed in with an identity provider, otherwise false if signed in as an
unauthenticated (guest) identity or not signed in at all.
|
public StartupAuthResult(IdentityManager identityManager, StartupAuthErrorDetails startupAuthErrorDetails)
public boolean isUserSignedIn()
public boolean isUserAnonymous()
public boolean isIdentityIdAvailable()
public IdentityManager getIdentityManager()
public StartupAuthErrorDetails getErrorDetails()
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.