Class AbpAspNetCoreTokenUnauthorizedErrorInfo
Inheritance
AbpAspNetCoreTokenUnauthorizedErrorInfo
Assembly: Volo.Abp.AspNetCore.Abstractions.dll
Syntax
public class AbpAspNetCoreTokenUnauthorizedErrorInfo : IScopedDependency
Constructors
AbpAspNetCoreTokenUnauthorizedErrorInfo()
Declaration
public AbpAspNetCoreTokenUnauthorizedErrorInfo()
Properties
Error
Declaration
public string? Error { get; set; }
Property Value
ErrorDescription
Declaration
public string? ErrorDescription { get; set; }
Property Value
ErrorUri
Declaration
public string? ErrorUri { get; set; }
Property Value
Implements
Extension Methods