Package com.stytch.sdk.common
Class StytchClientOptions
-
- All Implemented Interfaces:
public final class StytchClientOptionsOptions for configuring the StytchClient
-
-
Field Summary
Fields Modifier and Type Field Description private final EndpointOptionsendpointOptionsprivate final DFPTypedfpType
-
Constructor Summary
Constructors Constructor Description StytchClientOptions(EndpointOptions endpointOptions, DFPType dfpType)StytchClientOptions(EndpointOptions endpointOptions)StytchClientOptions()
-
Method Summary
Modifier and Type Method Description final EndpointOptionsgetEndpointOptions()Defines custom endpoints used by the SDK final DFPTypegetDfpType()-
-
Constructor Detail
-
StytchClientOptions
StytchClientOptions(EndpointOptions endpointOptions, DFPType dfpType)
-
StytchClientOptions
StytchClientOptions(EndpointOptions endpointOptions)
-
StytchClientOptions
StytchClientOptions()
-
-
Method Detail
-
getEndpointOptions
final EndpointOptions getEndpointOptions()
Defines custom endpoints used by the SDK
-
getDfpType
final DFPType getDfpType()
-
-
-
-