Package com.stytch.sdk.common.sso
Class SSOError
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSSOError.NoBrowserFoundIndicates that no suitable browser was found on this device, and OAuth authentication cannot proceed.
public classSSOError.NoURIFoundIndicates that no URI was found in the activity state, and OAuth authentication cannot proceed.
public classSSOError.UserCanceledIndicates that the user canceled the OAuth flow. This is safe to ignore.
-
Field Summary
Fields Modifier and Type Field Description public final static StringSSO_EXCEPTIONprivate final Stringmessage
-
Method Summary
Modifier and Type Method Description StringgetMessage()A friendly string indicating what went wrong during the OAuth or SSO authentication flow. -
-
Method Detail
-
getMessage
String getMessage()
A friendly string indicating what went wrong during the OAuth or SSO authentication flow.
-
-
-
-