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