-
public class UserDataQuery.BuilderBuilder for constructing the query.
-
-
Method Summary
Modifier and Type Method Description UserDataQuery.BuilderwithDisplayName()For fetching the Display Name of the user. UserDataQuery.BuilderwithExternalId()For fetching the External ID of the user. UserDataQuery.BuilderwithIdToken()For fetching the Snap OIDC (OpenID Connect) token.Snap OIDC (OpenID Connect) provides a generic authentication and identity solution thatallows otherwise different systems to interoperate and share authentication state anduser profile information.Typically, this allows 3rd party backend services to accept and authenticate requestsfrom Snap clients. UserDataQuery.BuilderwithBitmoji(@NonNull() BitmojiQuery bitmojiQuery)For fetching the 2D Avatar Url of the user. UserDataQuerybuild()Builds the query for requested resources. -
-
Method Detail
-
withDisplayName
UserDataQuery.Builder withDisplayName()
For fetching the Display Name of the user.
-
withExternalId
UserDataQuery.Builder withExternalId()
For fetching the External ID of the user.
-
withIdToken
UserDataQuery.Builder withIdToken()
For fetching the Snap OIDC (OpenID Connect) token.Snap OIDC (OpenID Connect) provides a generic authentication and identity solution thatallows otherwise different systems to interoperate and share authentication state anduser profile information.Typically, this allows 3rd party backend services to accept and authenticate requestsfrom Snap clients.
-
withBitmoji
UserDataQuery.Builder withBitmoji(@NonNull() BitmojiQuery bitmojiQuery)
For fetching the 2D Avatar Url of the user.
-
build
UserDataQuery build()
Builds the query for requested resources.
-
-
-
-