auth/models/auth_exceptions library

Exceptions / Errors

AlreadyAuthenticatedException
A two factor code was submitted for a session that is already complete.
AppstraxException
Base for the errors this SDK raises for an application to act on.
LoginRequiredException
A two factor code was submitted before any sign-in was started.
MissingSsoLinkTokenException
AppstraxAuth.linkSsoAccount was called without a pending link token, usually because the ten minute window elapsed or the app restarted.
NotAuthenticatedException
No session, or one that can no longer be refreshed. Sign in again.
SsoRedirectException
The provider returned something the SDK could not use.
TokenExpiredException
The access token has expired and could not be renewed.