AuthenticationRole
Represents a role that can be required by a typed authentication route.
Implement this interface on an enum or another role type used by your application.
enum class Role : AuthenticationRole {
User, Admin, Moderator
}Content copied to clipboard