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
)
Function AddOAuthIdentity (
name As String
) As IOAuthIdentity
IOAuthIdentity^ AddOAuthIdentity(
String^ name
)
abstract AddOAuthIdentity :
name : string -> IOAuthIdentity
Parameters
- name
- Type: SystemString
Name of OAuthIdentity to create
Return Value
Type:
IOAuthIdentityCreated OAuthIdentity with no secret key and user association
See Also