Package com.stytch.sdk.b2b.sso
Class SSO.SAML.CreateParameters
-
- All Implemented Interfaces:
public final class SSO.SAML.CreateParametersData class used for wrapping the parameters for a SAML creation request
-
-
Field Summary
Fields Modifier and Type Field Description private final StringdisplayName
-
Constructor Summary
Constructors Constructor Description SSO.SAML.CreateParameters(String displayName)SSO.SAML.CreateParameters()
-
Method Summary
Modifier and Type Method Description final StringgetDisplayName()A human-readable display name for the connection. -
-
Constructor Detail
-
SSO.SAML.CreateParameters
SSO.SAML.CreateParameters(String displayName)
-
SSO.SAML.CreateParameters
SSO.SAML.CreateParameters()
-
-
Method Detail
-
getDisplayName
final String getDisplayName()
A human-readable display name for the connection.
-
-
-
-