class Google::Cloud::Bigquery::FileAuth
- Google::Cloud::Bigquery::FileAuth
- Reference
- Object
Defined in:
bigquery/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
- #signing_key : String
- #sub : String
- #user_agent : String
Constructor Detail
def self.new(file_path : String, scopes : String | Array(String), sub : String = "", user_agent : String = "Crystal-BigQuery")
#