fix: remove comments
This commit is contained in:
parent
e0a44cacd0
commit
9c58deded3
3 changed files with 1 additions and 12 deletions
|
@ -171,13 +171,6 @@ func (c *ConfClient) DevMode() bool {
|
|||
func (c *ConfClient) AllowedScopes() []string {
|
||||
return nil
|
||||
}
|
||||
|
||||
//func (c *ConfClient) AssertAdditionalIdTokenScopes() bool {
|
||||
// return false
|
||||
//}
|
||||
//func (c *ConfClient) AssertAdditionalAccessTokenScopes() bool {
|
||||
// return false
|
||||
//}
|
||||
func (c *ConfClient) RestrictAdditionalIdTokenScopes() func(scopes []string) []string {
|
||||
return func(scopes []string) []string {
|
||||
return scopes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue