Package | Description |
---|---|
com.snapchat.kit.sdk.login.api |
Modifier and Type | Method and Description |
---|---|
static UserDataQuery.Builder |
UserDataQuery.newBuilder()
Creates a new
UserDataQuery.Builder instance. |
UserDataQuery.Builder |
UserDataQuery.Builder.withBitmoji(BitmojiQuery bitmojiQuery)
For fetching the 2D Avatar Url of the user.
|
UserDataQuery.Builder |
UserDataQuery.Builder.withDisplayName()
For fetching the Display Name of the user.
|
UserDataQuery.Builder |
UserDataQuery.Builder.withExternalId()
For fetching the External ID of the user.
|
UserDataQuery.Builder |
UserDataQuery.Builder.withIdToken()
For fetching the Snap OIDC (OpenID Connect) token.
|