ExternalLoginInfo.AuthenticationTokens Property
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.
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)