class Google::FileAuth

Defined in:

auth/file_auth.cr

Constructors

Instance Method Summary

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) #

[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 service_auth : ServiceAuth #

[View source]
def signing_key : String #

[View source]
def sub : String #

[View source]
def user_agent : String #

[View source]