Options
All
  • Public
  • Public/Protected
  • All
Menu

An enum representing the different Login states.

Index

Enumeration members

LOGIN_KIT_LOGIN_STARTED

LOGIN_KIT_LOGIN_STARTED: = "LOGIN_KIT_LOGIN_STARTED"

Called when the login request has started after the user has confirmed they want to approve the third party for access to the scopes listed.

LOGIN_KIT_LOGIN_SUCCEEDED

LOGIN_KIT_LOGIN_SUCCEEDED: = "LOGIN_KIT_LOGIN_SUCCEEDED"

Called when login through Snapchat has succeeded.

LOGIN_KIT_LOGIN_FAILED

LOGIN_KIT_LOGIN_FAILED: = "LOGIN_KIT_LOGIN_FAILED"

Called when login through Snapchat has failed.

LOGIN_KIT_LOGOUT

LOGIN_KIT_LOGOUT: = "LOGIN_KIT_LOGOUT"

Called whenever the User explicitly logs out via clearToken() or whenever the server returns 401, requiring forced logout.

Generated using TypeDoc