Click or drag to resize

IUserManagerRemoveOAuthIdentity Method


Remove a OAuthIdentity by its client id

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
bool RemoveOAuthIdentity(
	string clientId
)

Parameters

clientId
Type: SystemString
Client id of the oAuth identity to remove

Return Value

Type: Boolean
True if the OAuthIdentity exists and removed, false otherwise
See Also