Click or drag to resize

IUserManagerAddOAuthIdentity Method


Creates a new oAuth identity

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
IOAuthIdentity AddOAuthIdentity(
	string name
)

Parameters

name
Type: SystemString
Name of OAuthIdentity to create

Return Value

Type: IOAuthIdentity
Created OAuthIdentity with no secret key and user association
See Also