8 lines
262 B
C#
8 lines
262 B
C#
using Microsoft.AspNetCore.Authentication;
|
|
|
|
namespace Backend.Security.Authentication {
|
|
public class JwtTokenAuthenticationHandlerOptions : AuthenticationSchemeOptions {
|
|
// Options for the authentication handler.
|
|
// Currently: None
|
|
}
|
|
} |