Partager via


IOverrideAuthHookWrapper.GetAuthToken(Uri) Method

Definition

This interface is used to attach to the class that is created to handled generation of the auth token for connecting to the CRM service.

public:
 System::String ^ GetAuthToken(Uri ^ connectedUri);
public string GetAuthToken (Uri connectedUri);
abstract member GetAuthToken : Uri -> string
Public Function GetAuthToken (connectedUri As Uri) As String

Parameters

connectedUri
Uri

Connected Instance ID used to identity tokens for different connections

Returns

Created Token

Applies to