callbacks service draft
This commit is contained in:
@@ -11,6 +11,7 @@ type Client struct {
|
||||
ClientID string `bson:"clientId"`
|
||||
ClientName string `bson:"clientName"`
|
||||
ClientSecret string `bson:"clientSecret,omitempty"`
|
||||
AllowedCIDRs []string `bson:"allowedCIDRs,omitempty"`
|
||||
AllowedScopes []string `bson:"allowedScopes"`
|
||||
RedirectURIs []string `bson:"redirectURIs"`
|
||||
GrantTypes []string `bson:"grantTypes"`
|
||||
|
||||
Reference in New Issue
Block a user