Package 

Class UserDataQuery.Builder

    • Method Summary

      Modifier and Type Method Description
      UserDataQuery.Builder withDisplayName() For fetching the Display Name of the user.
      UserDataQuery.Builder withExternalId() For fetching the External ID of the user.
      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.
      UserDataQuery.Builder withBitmoji(@NonNull() BitmojiQuery bitmojiQuery) For fetching the 2D Avatar Url of the user.
      UserDataQuery build() Builds the query for requested resources.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait