Package com.stytch.sdk.ui.b2b.data
Class AuthenticationResult.Error
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class AuthenticationResult.Error extends AuthenticationResult
-
-
Field Summary
Fields Modifier and Type Field Description private final StytchErrorerror
-
Constructor Summary
Constructors Constructor Description AuthenticationResult.Error(StytchError error)
-
Method Summary
Modifier and Type Method Description final StytchErrorgetError()-
-
Constructor Detail
-
AuthenticationResult.Error
AuthenticationResult.Error(StytchError error)
-
-
Method Detail
-
getError
final StytchError getError()
-
-
-
-