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