OrganizationService.GetUserTokenResponse 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 GetUserTokenResponse(
    CrmConnection connection,
    IServiceConfiguration<IOrganizationService> config
)
protected:
virtual SecurityTokenResponse^ GetUserTokenResponse(
    CrmConnection^ connection,
    IServiceConfiguration<IOrganizationService^>^ config
)
abstract GetUserTokenResponse : 
        connection:CrmConnection *
        config:IServiceConfiguration<IOrganizationService> -> SecurityTokenResponse
override GetUserTokenResponse : 
        connection:CrmConnection *
        config:IServiceConfiguration<IOrganizationService> -> SecurityTokenResponse
Protected Overridable Function GetUserTokenResponse (
    connection As CrmConnection,
    config As IServiceConfiguration(Of IOrganizationService)
) As SecurityTokenResponse

Parameters

Return Value

Type: Microsoft.Xrm.Sdk.Client.SecurityTokenResponse

Returns SecurityTokenResponse.

See Also

OrganizationService Class
Microsoft.Xrm.Client.Services Namespace

Return to top

© 2017 Microsoft. All rights reserved. Copyright