Compartir a través de


BearerTokenOptions.RefreshTokenProtector Propiedad

Definición

Si se establece, RefreshTokenProtector se usa para proteger y desproteger la identidad y otras propiedades que se almacenan en el token de actualización. Si no se proporciona, se creará TicketDataFormat mediante y desde IDataProtectionProvider la aplicación 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)

Valor de propiedad

Se aplica a