ExternalLoginInfo.AuthenticationTokens Property

Definition

The AuthenticationTokens associated with this login.

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)

Property Value

Applies to