This commit is contained in:
Livio Amstutz 2020-11-26 16:12:27 +01:00
parent 24120554e5
commit 36800145d6
5 changed files with 18 additions and 18 deletions

View file

@ -37,7 +37,7 @@ type Client interface {
RestrictAdditionalIdTokenScopes() func(scopes []string) []string
RestrictAdditionalAccessTokenScopes() func(scopes []string) []string
IsScopeAllowed(scope string) bool
UserInfoInIDToken() bool
IDTokenUserinfoClaimsAssertion() bool
ClockSkew() time.Duration
}