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

@ -34,8 +34,6 @@ type Client interface {
AccessTokenType() AccessTokenType
IDTokenLifetime() time.Duration
DevMode() bool
//AssertAdditionalIdTokenScopes() bool
//AssertAdditionalAccessTokenScopes() bool
RestrictAdditionalIdTokenScopes() func(scopes []string) []string
RestrictAdditionalAccessTokenScopes() func(scopes []string) []string
IsScopeAllowed(scope string) bool