Package com.stytch.sdk.b2b.sso
Class SSO.SAML.UpdateByURLParameters
-
- All Implemented Interfaces:
public final class SSO.SAML.UpdateByURLParametersData class used for wrapping the parameters for a SAML update by URL request
-
-
Field Summary
Fields Modifier and Type Field Description private final StringconnectionIdprivate final StringmetadataUrl
-
Constructor Summary
Constructors Constructor Description SSO.SAML.UpdateByURLParameters(String connectionId, String metadataUrl)
-
Method Summary
Modifier and Type Method Description final StringgetConnectionId()Globally unique UUID that identifies a specific SAML Connection. final StringgetMetadataUrl()A URL that points to the IdP metadata. -
-
Method Detail
-
getConnectionId
final String getConnectionId()
Globally unique UUID that identifies a specific SAML Connection.
-
getMetadataUrl
final String getMetadataUrl()
A URL that points to the IdP metadata. This will be provided by the IdP.
-
-
-
-