fix: remove comments
This commit is contained in:
parent
e0a44cacd0
commit
9c58deded3
3 changed files with 1 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue