Package com.stytch.sdk.common
Class EndpointOptions
-
- All Implemented Interfaces:
public final class EndpointOptionsDefines custom endpoints used by the SDK
-
-
Field Summary
Fields Modifier and Type Field Description private final StringtestDomainprivate final StringliveDomainprivate final StringdfppaDomain
-
Constructor Summary
Constructors Constructor Description EndpointOptions(String testDomain, String liveDomain, String dfppaDomain)EndpointOptions(String testDomain, String liveDomain)EndpointOptions(String testDomain)EndpointOptions()
-
Method Summary
Modifier and Type Method Description final StringgetTestDomain()final StringgetLiveDomain()final StringgetDfppaDomain()the domain that should be used for DFPPA -
-
Method Detail
-
getTestDomain
final String getTestDomain()
-
getLiveDomain
final String getLiveDomain()
-
getDfppaDomain
final String getDfppaDomain()
the domain that should be used for DFPPA
-
-
-
-