Package com.stytch.sdk.ui.b2b
Class StytchB2BUI
-
- All Implemented Interfaces:
public final class StytchB2BUIThis 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 classStytchB2BUI.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
-
-
-
-