Package com.stytch.sdk.ui.b2c
Class StytchUI
-
- All Implemented Interfaces:
public final class StytchUIThis class configures the Stytch UI component. You use this class to specify all of the necessary configuration parameters.
It uses the Builder pattern, so you will not be directly constructing an instance of this class.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classStytchUI.BuilderThe Builder class is used to construct an instance of the StytchUI class
-
Method Summary
Modifier and Type Method Description final Unitauthenticate()Call this method from your application to begin the authentication flow. -
-
Method Detail
-
authenticate
final Unit authenticate()
Call this method from your application to begin the authentication flow. It will create and launch the UI activity and configure the listeners for the result
-
-
-
-