class Google::FileAuth
- Google::FileAuth
- Google::Auth
- Reference
- Object
Defined in:
auth/file_auth.crConstructors
Instance Method Summary
- #client_email : String
- #client_secret : Hash(String, String)
- #file_path : String
- #get_token : Token
- #issuer : String
- #scopes : Array(String) | String
- #service_auth : ServiceAuth
- #signing_key : String
- #sub : String
- #user_agent : String
Instance methods inherited from class Google::Auth
client_email : String
client_email,
get_token : Token
get_token,
issuer : String
issuer,
signing_key : String
signing_key,
user_agent : String
user_agent,
user_agent=(user_agent : String)
user_agent=
Constructor methods inherited from class Google::Auth
new(issuer : String, signing_key : String, scopes : String | Array(String), sub : String = "", user_agent : String = DEFAULT_USER_AGENT)
new
Constructor Detail
def self.new(file_path : String, scopes : String | Array(String), sub : String = "", user_agent : String = DEFAULT_USER_AGENT)
#