Share via


BearerTokenOptions.RefreshTokenProtector Property

Definition

If set, the RefreshTokenProtector is used to protect and unprotect the identity and other properties which are stored in the refresh token. If not provided, one will be created using TicketDataFormat and the IDataProtectionProvider from the application IServiceProvider.

public Microsoft.AspNetCore.Authentication.ISecureDataFormat<Microsoft.AspNetCore.Authentication.AuthenticationTicket> RefreshTokenProtector { get; set; }
member this.RefreshTokenProtector : Microsoft.AspNetCore.Authentication.ISecureDataFormat<Microsoft.AspNetCore.Authentication.AuthenticationTicket> with get, set
Public Property RefreshTokenProtector As ISecureDataFormat(Of AuthenticationTicket)

Property Value

Applies to