Versions in this module Expand all Collapse all v0 v0.1.0 Nov 18, 2021 v0.0.28 Nov 3, 2021 Changes in this version + func Match(origin, toCheck Scope) bool + func MatchScopes(originScopes, request Scopes) bool + func SplitScopes(scope string) []string + type Scope struct + Domain string + SubScopes []string + func ParseScope(scope string) Scope + func (s *Scope) String() string + type Scopes []Scope + func ParseScopes(inputScopes []string) Scopes + func (s Scopes) Sort()