Package com.stytch.sdk.common
Class StytchResult
-
- All Implemented Interfaces:
-
android.os.Parcelable
public class StytchResult<T extends Object> implements Parcelable
Provides a wrapper for responses from the Stytch API
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classStytchResult.SuccessData class that can hold a successful response from a Stytch endpoint
public final classStytchResult.ErrorData class that can hold a StytchException
-