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
)
Function RemoveOAuthIdentity (
clientId As String
) As Boolean
bool RemoveOAuthIdentity(
String^ clientId
)
abstract RemoveOAuthIdentity :
clientId : string -> bool
Parameters
- clientId
- Type: SystemString
Client id of the oAuth identity to remove
Return Value
Type:
BooleanTrue if the OAuthIdentity exists and removed, false otherwise
See Also