DiscoveryService.GetUserTokenResponse Method (CrmConnection, IServiceConfiguration<IDiscoveryService>)

 

Applies To: Dynamics CRM 2015

Get the user token response.

Namespace:   Microsoft.Xrm.Client.Services
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Syntax

protected virtual SecurityTokenResponse GetUserTokenResponse(
    CrmConnection connection,
    IServiceConfiguration<IDiscoveryService> config
)
protected:
virtual SecurityTokenResponse^ GetUserTokenResponse(
    CrmConnection^ connection,
    IServiceConfiguration<IDiscoveryService^>^ config
)
abstract GetUserTokenResponse : 
        connection:CrmConnection *
        config:IServiceConfiguration<IDiscoveryService> -> SecurityTokenResponse
override GetUserTokenResponse : 
        connection:CrmConnection *
        config:IServiceConfiguration<IDiscoveryService> -> SecurityTokenResponse
Protected Overridable Function GetUserTokenResponse (
    connection As CrmConnection,
    config As IServiceConfiguration(Of IDiscoveryService)
) As SecurityTokenResponse

Parameters

Return Value

Type: Microsoft.Xrm.Sdk.Client.SecurityTokenResponse

Type: SecurityTokenResponse
The user token response.

See Also

DiscoveryService Class
Microsoft.Xrm.Client.Services Namespace

Return to top

© 2017 Microsoft. All rights reserved. Copyright