IOverrideAuthHookWrapper.GetAuthToken(Uri) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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