class GoogleAuth::FileCredential

Defined in:

google-auth/file_credential.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(file_path : String, scopes : String | Array(String), user_agent : String = "Switch") #

[View source]

Instance Method Detail

def audience #

[View source]
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 key_id : String #

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

[View source]
def signing_key : String #

[View source]
def sub : String #

[View source]
def token_path #

[View source]
def user_agent : String #

[View source]