fix: remove comments

This commit is contained in:
Fabiennne 2020-11-02 10:25:57 +01:00
parent e0a44cacd0
commit 9c58deded3
3 changed files with 1 additions and 12 deletions

View file

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