ServiceProxy<TService>.AuthenticateDevice 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.
Invokes AuthenticateDeviceCore().
public:
Microsoft::Xrm::Sdk::Client::SecurityTokenResponse ^ AuthenticateDevice();
public Microsoft.Xrm.Sdk.Client.SecurityTokenResponse AuthenticateDevice ();
member this.AuthenticateDevice : unit -> Microsoft.Xrm.Sdk.Client.SecurityTokenResponse
Public Function AuthenticateDevice () As SecurityTokenResponse
Returns
A security token response.