IUserManagerRemoveOAuthIdentity Method
|
Remove a OAuthIdentity by its client id
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool RemoveOAuthIdentity(
string clientId
)
Function RemoveOAuthIdentity (
clientId As String
) As Boolean
bool RemoveOAuthIdentity(
String^ clientId
)
abstract RemoveOAuthIdentity :
clientId : string -> bool Parameters
- clientId String
- Client id of the oAuth identity to remove
Return Value
BooleanTrue if the OAuthIdentity exists and removed, false otherwise
See Also