class GoogleAuth::FileCredential
- GoogleAuth::FileCredential
- Reference
- Object
Defined in:
google-auth/file_credential.crConstructors
Instance Method Summary
- #audience
- #client_email : String
- #client_secret : Hash(String, String)
- #file_path : String
- #get_token : Token
- #issuer : String
- #key_id : String
- #scopes : Array(String) | String
- #signing_key : String
- #sub : String
- #token_path
- #user_agent : String
Constructor Detail
def self.new(file_path : String, scopes : String | Array(String), user_agent : String = "Switch")
#