Package 

Class MeData


  • public class MeData
    
                        

    Model for me data related to the active (connected) user.

    • Method Summary

      Modifier and Type Method Description
      String getDisplayName() Returns the Display Name of the user.
      String getExternalId() Returns the External ID of the user.
      String getIdToken() Returns 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 and userprofile information.Typically, this allows 3rd party backend services to accept and authenticate requests fromSnap clients.
      BitmojiData getBitmojiData() Returns the Bitmoji data of the user.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getIdToken

        @Nullable() String getIdToken()

        Returns 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 and userprofile information.Typically, this allows 3rd party backend services to accept and authenticate requests fromSnap clients.