createConnection
abstract suspend fun createConnection(parameters: SSO.SAML.CreateParameters): B2BSSOSAMLCreateConnectionResponse
Create a new SAML Connection.
Return
Parameters
parameters
The parameters required to create a new SAML connection
abstract fun createConnection(parameters: SSO.SAML.CreateParameters, callback: (B2BSSOSAMLCreateConnectionResponse) -> Unit)
Create a new SAML Connection.
Parameters
parameters
The parameters required to create a new SAML connection
callback
a callback that receives a B2BSSOSAMLCreateConnectionResponse