다음을 통해 공유


SessionConfiguration.AuthenticationToken 속성

정의

AAD(Azure Active Directory)에 대한 인증 토큰입니다.

public:
 property System::String ^ AuthenticationToken { System::String ^ get(); void set(System::String ^ value); };
public string AuthenticationToken { get; set; }
member this.AuthenticationToken : string with get, set
Public Property AuthenticationToken As String

속성 값

설명

액세스 토큰과 계정 키가 누락된 경우 세션은 이 값을 기반으로 액세스 토큰을 가져옵니다.

적용 대상