SessionConfiguration.AccessToken Field
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.
An access token for the account that's being used with the Azure Remote Rendering service.
public: System::String ^ AccessToken;
public string AccessToken;
val mutable AccessToken : string
Public AccessToken As String
Field Value
Remarks
Only one of AccountKey, AccessToken or AuthenticationToken needs to be set.