class Google::Auth::UserRefreshCredentials
def includes_scope? required_scope
-
(Boolean)-
Parameters:
-
required_scope(Array) --, String
def includes_scope? required_scope missing_scope = Google::Auth::ScopeUtil.normalize(required_scope) - Google::Auth::ScopeUtil.normalize(scope) missing_scope.empty? end