B2BSSOOIDCClient

OIDC SSO connection management methods.

Functions

Link copied to clipboard
abstract suspend fun createConnection(request: IB2BCreateOIDCConnectionParameters): B2BCreateOIDCConnectionResponse

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

Link copied to clipboard
abstract suspend fun updateConnection(connectionId: String, request: IB2BUpdateOIDCConnectionParameters): B2BUpdateOIDCConnectionResponse

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