B2BSSOExternalClient

External SSO connection management methods.

Functions

Link copied to clipboard
abstract suspend fun createConnection(request: IB2BCreateExternalConnectionParameters): B2BCreateExternalConnectionResponse

Creates a new external SSO connection for the organization. Calls the POST /sdk/v1/b2b/sso/external endpoint. Requires an active session.

Link copied to clipboard
abstract suspend fun updateConnection(connectionId: String, request: IB2BUpdateExternalConnectionParameters): B2BUpdateExternalConnectionResponse

Updates an existing external SSO connection. Calls the PUT /sdk/v1/b2b/sso/external/{connection_id} endpoint. Requires an active session.