ServiceProxy<TService>.AuthenticateDeviceCore 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.
Authenticates a device with Windows Live.
protected:
virtual Microsoft::Xrm::Sdk::Client::SecurityTokenResponse ^ AuthenticateDeviceCore();
protected virtual Microsoft.Xrm.Sdk.Client.SecurityTokenResponse AuthenticateDeviceCore ();
abstract member AuthenticateDeviceCore : unit -> Microsoft.Xrm.Sdk.Client.SecurityTokenResponse
override this.AuthenticateDeviceCore : unit -> Microsoft.Xrm.Sdk.Client.SecurityTokenResponse
Protected Overridable Function AuthenticateDeviceCore () As SecurityTokenResponse
Returns
A security token response.
Remarks
The DeviceCredentials must be set prior to this method being called.