IUserManagerAddOAuthIdentity Method
|
Creates a new oAuth identity
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIOAuthIdentity AddOAuthIdentity(
string name
)
Function AddOAuthIdentity (
name As String
) As IOAuthIdentity
IOAuthIdentity^ AddOAuthIdentity(
String^ name
)
abstract AddOAuthIdentity :
name : string -> IOAuthIdentity Parameters
- name String
- Name of OAuthIdentity to create
Return Value
IOAuthIdentityCreated OAuthIdentity with no secret key and user association
See Also