StytchProductConfig
@JsonClass(generateAdapter = true)
A data class representing the overall product configuration that you can pass to the UI SDK
Constructors
Link copied to clipboard
constructor(products: List<StytchProduct> = listOf(
StytchProduct.EMAIL_MAGIC_LINKS,
StytchProduct.PASSWORDS,
StytchProduct.OTP,
), emailMagicLinksOptions: EmailMagicLinksOptions = EmailMagicLinksOptions(), oAuthOptions: OAuthOptions = OAuthOptions(), otpOptions: OTPOptions = OTPOptions(), sessionOptions: SessionOptions = SessionOptions(), passwordOptions: PasswordOptions = PasswordOptions(), googleOauthOptions: GoogleOAuthOptions = GoogleOAuthOptions())
Properties
Link copied to clipboard
an instance of EmailMagicLinksOptions
Link copied to clipboard
an instance of GoogleOAuthOptions
Link copied to clipboard
an instance of OAuthOptions
Link copied to clipboard
an instance of OTPOptions
Link copied to clipboard
an instance of PasswordOptions
Link copied to clipboard
a list of StytchProducts
Link copied to clipboard
an instance of SessionOptions