ExternalLoginInfo.AuthenticationTokens 속성

정의

AuthenticationToken이 로그인과 연결된 입니다.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Authentication::AuthenticationToken ^> ^ AuthenticationTokens { System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Authentication::AuthenticationToken ^> ^ get(); void set(System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Authentication::AuthenticationToken ^> ^ value); };
public System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Authentication.AuthenticationToken> AuthenticationTokens { get; set; }
public System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Authentication.AuthenticationToken>? AuthenticationTokens { get; set; }
member this.AuthenticationTokens : seq<Microsoft.AspNetCore.Authentication.AuthenticationToken> with get, set
Public Property AuthenticationTokens As IEnumerable(Of AuthenticationToken)

속성 값

적용 대상