updateConnection
abstract suspend fun updateConnection(parameters: SSO.OIDC.UpdateParameters): B2BSSOOIDCUpdateConnectionResponse
Update an OIDC Connection.
Return
Parameters
parameters
The parameters required to update an OIDC connection
abstract fun updateConnection(parameters: SSO.OIDC.UpdateParameters, callback: (B2BSSOOIDCUpdateConnectionResponse) -> Unit)
Update an OIDC Connection.
Parameters
parameters
The parameters required to update an OIDC connection
callback
a callback that receives a B2BSSOOIDCUpdateConnectionResponse