OrganizationService.CreateUserTokenResponse Method (CrmConnection, IServiceConfiguration<IOrganizationService>)
Applies To: Dynamics CRM 2015
Namespace: Microsoft.Xrm.Client.Services
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
protected virtual SecurityTokenResponse CreateUserTokenResponse(
CrmConnection connection,
IServiceConfiguration<IOrganizationService> config
)
protected:
virtual SecurityTokenResponse^ CreateUserTokenResponse(
CrmConnection^ connection,
IServiceConfiguration<IOrganizationService^>^ config
)
abstract CreateUserTokenResponse :
connection:CrmConnection *
config:IServiceConfiguration<IOrganizationService> -> SecurityTokenResponse
override CreateUserTokenResponse :
connection:CrmConnection *
config:IServiceConfiguration<IOrganizationService> -> SecurityTokenResponse
Protected Overridable Function CreateUserTokenResponse (
connection As CrmConnection,
config As IServiceConfiguration(Of IOrganizationService)
) As SecurityTokenResponse
Parameters
- connection
Type: Microsoft.Xrm.Client.CrmConnection
Return Value
Type: Microsoft.Xrm.Sdk.Client.SecurityTokenResponse
Returns SecurityTokenResponse.
See Also
OrganizationService Class
Microsoft.Xrm.Client.Services Namespace
Developer extensions for Microsoft Dynamics CRM 2015
Return to top
© 2017 Microsoft. All rights reserved. Copyright