Enum StytchB2BProduct
-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum StytchB2BProduct extends Enum<StytchB2BProduct>
An enum class representing all of the supported Products that you can use with this SDK
-
-
Field Summary
Fields Modifier and Type Field Description private final EnumEntries<StytchB2BProduct>entries
-
Enum Constant Summary
Enum Constants Enum Constant Description EMAIL_MAGIC_LINKSAn enum value representing the Email Magic Links Product
SSOAn enum value representing the SSO Product
PASSWORDSAn enum value representing the Passwords Product
OAUTHAn enum value representing the OAuth Product
EMAIL_OTPAn enum value representing the Email OTP Product
-
Method Summary
Modifier and Type Method Description final StytchB2BProductvalueOf(String value)Returns the enum constant of this type with the specified name. final Array<StytchB2BProduct>values()Returns an array containing the constants of this enum type, in the order they're declared. final EnumEntries<StytchB2BProduct>getEntries()An enum class representing all of the supported Products that you can use with this SDK -
-
Method Detail
-
valueOf
final StytchB2BProduct valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
-
values
final Array<StytchB2BProduct> values()
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
-
getEntries
final EnumEntries<StytchB2BProduct> getEntries()
An enum class representing all of the supported Products that you can use with this SDK
-
-
-
-