Partager via


BearerTokenOptions.RefreshTokenProtector Propriété

Définition

S’il est défini, le RefreshTokenProtector est utilisé pour protéger et annuler la protection de l’identité et d’autres propriétés qui sont stockées dans le jeton d’actualisation. S’il n’est pas fourni, un sera créé à l’aide TicketDataFormatIDataProtectionProvider de et à partir de l’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)

Valeur de propriété

S’applique à