BearerTokenOptions.RefreshTokenProtector Propriedade

Definição

Se definido, o RefreshTokenProtector será usado para proteger e desproteger a identidade e outras propriedades armazenadas no token de atualização. Se não for fornecido, um será criado usando TicketDataFormat e o IDataProtectionProvider do aplicativo 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 da propriedade

Aplica-se a