IIdentityJwtAuthProvider
Assembly: ServiceStack.Extensions.dll
View Source
Declaration
public interface IIdentityJwtAuthProvider
Properties
AuthenticationScheme
View Source
Declaration
string? AuthenticationScheme { get; }
Options
View Source
Declaration
JwtBearerOptions? Options { get; }