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.492
Syntax
bool RemoveOAuthIdentity(
	string clientId
)

Parameters

clientId  String
Client id of the oAuth identity to remove

Return Value

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