we get closer
This commit is contained in:
@ -33,6 +33,10 @@ type User struct {
|
||||
Email string `json:"email"`
|
||||
}
|
||||
|
||||
type Roles struct {
|
||||
Roles []string `json:"roles"`
|
||||
}
|
||||
|
||||
// OAuthProvider is a provider using the oauth2 library
|
||||
type OAuthProvider struct {
|
||||
Resource string `long:"resource" env:"RESOURCE" description:"Optional resource indicator"`
|
||||
|
Reference in New Issue
Block a user