Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration UserDataScopes

An enum representing the different scopes your app can access. Scopes let your application declare which Login Kit features it wants access to. If a scope is toggleable, the user can deny access to one scope while agreeing to grant access to others.

Index

Enumeration members

Enumeration members

DISPLAY_NAME

DISPLAY_NAME: = "https://auth.snapchat.com/oauth2/api/user.display_name"

Grants access to the user's Snapchat display name.

BITMOJI_AVATAR

BITMOJI_AVATAR: = "https://auth.snapchat.com/oauth2/api/user.bitmoji.avatar"

Grants access to the user's Bitmoji avatar; toggleable by user.

Generated using TypeDoc