Click or drag to resize

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
)

Parameters

clientId
Type: SystemString
Client id of the OAuthIdentity to retrieve

Return Value

Type: IOAuthIdentity
OAuthIdentity with matching client id, null otherwise
See Also