Versions in this module Expand all Collapse all v1 v1.0.1 Feb 2, 2020 v1.0.0 Apr 23, 2019 Changes in this version + type Given []string + func (given Given) Expand(scopeExpander ScopeExpander) (expanded Given, err error) + func (given Given) Satisfies(required Required, scopeExpander ScopeExpander) (bool, error) + func (given Given) String() string + type Required [][]string + func (required Required) String() string + type ScopeExpander interface + ExpandScopes func(*tcauth.SetOfScopes) (*tcauth.SetOfScopes, error)