AuthenticationProperties.AllowRefresh
AuthenticationProperties.AllowRefresh
AuthenticationProperties.AllowRefresh
AuthenticationProperties.AllowRefresh
Property
Definition
Gets or sets if refreshing the authentication session should be allowed.
public:
property Nullable<bool> AllowRefresh { Nullable<bool> get(); void set(Nullable<bool> value); };
public Nullable<bool> AllowRefresh { get; set; }
member this.AllowRefresh : Nullable<bool> with get, set
Public Property AllowRefresh As Nullable(Of Boolean)