IdentityOptions.Tokens 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.
Gets or sets the TokenOptions for the identity system.
public:
property Microsoft::AspNetCore::Identity::TokenOptions ^ Tokens { Microsoft::AspNetCore::Identity::TokenOptions ^ get(); void set(Microsoft::AspNetCore::Identity::TokenOptions ^ value); };
public Microsoft.AspNetCore.Identity.TokenOptions Tokens { get; set; }
member this.Tokens : Microsoft.AspNetCore.Identity.TokenOptions with get, set
Public Property Tokens As TokenOptions
Property Value
The TokenOptions for the identity system.