fix: remove comments
This commit is contained in:
parent
f48d6f8361
commit
e0a44cacd0
2 changed files with 0 additions and 31 deletions
|
@ -284,14 +284,6 @@ 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