fix: remove comments

This commit is contained in:
Fabiennne 2020-11-02 10:23:19 +01:00
parent f48d6f8361
commit e0a44cacd0
2 changed files with 0 additions and 31 deletions

View file

@ -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