class Google::Cloud::Bigquery::FileAuth

Defined in:

bigquery/auth/file_auth.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(file_path : String, scopes : String | Array(String), sub : String = "", user_agent : String = "Crystal-BigQuery") #

[View source]

Instance Method Detail

def client_email : String #

[View source]
def client_secret : Hash(String, String) #

[View source]
def file_path : String #

[View source]
def get_token : Token #

[View source]
def issuer : String #

[View source]
def scopes : Array(String) | String #

[View source]
def signing_key : String #

[View source]
def sub : String #

[View source]
def user_agent : String #

[View source]