SessionConfiguration.AuthenticationToken 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 authentication token for Azure Active Directory (AAD).
public: System::String ^ AuthenticationToken;
public string AuthenticationToken;
val mutable AuthenticationToken : string
Public AuthenticationToken As String
Field Value
Remarks
Only one of AccountKey, AccessToken or AuthenticationToken needs to be set.