Module Google::Auth::ScopeUtil
In: lib/googleauth/scope_util.rb

Small utility for normalizing scopes into canonical form

Methods

Constants

ALIASES = { "email" => "https://www.googleapis.com/auth/userinfo.email", "profile" => "https://www.googleapis.com/auth/userinfo.profile", "openid" => "https://www.googleapis.com/auth/plus.me"

Public Class methods

[Validate]