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.492
Syntax
IOAuthIdentity OAuthIdentity(
	string clientId
)

Parameters

clientId  String
Client id of the OAuthIdentity to retrieve

Return Value

IOAuthIdentity
OAuthIdentity with matching client id, null otherwise
See Also