public interface SnapLoginApi
| Modifier and Type | Method and Description |
|---|---|
void |
fetchUserData(UserDataQuery query,
UserDataResultCallback callback)
Method to fetch the user data based on scopes requested.
|
void |
startFirebaseTokenGrant(FirebaseCustomTokenResultCallback callback)
The first step of the OAuth Flow to authenticate with Firebase using
Custom Authentication System.
|
void fetchUserData(@NonNull
UserDataQuery query,
@NonNull
UserDataResultCallback callback)
query - The query to make.callback - The listener callback to receive the user data updates.void startFirebaseTokenGrant(@NonNull
FirebaseCustomTokenResultCallback callback)
callback - The listener callback to receive the custom token updates.