IUserManagerOAuthIdentity Method
|
Retrieves a OAuthIdentity by its client id
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax IOAuthIdentity OAuthIdentity(
string clientId
)
Function OAuthIdentity (
clientId As String
) As IOAuthIdentity
IOAuthIdentity^ OAuthIdentity(
String^ clientId
)
abstract OAuthIdentity :
clientId : string -> IOAuthIdentity
Parameters
- clientId
- Type: SystemString
Client id of the OAuthIdentity to retrieve
Return Value
Type:
IOAuthIdentityOAuthIdentity with matching client id, null otherwise
See Also