StytchProductConfig

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())