Reference documentation and code samples for the googleauth module Google::Auth::DetailedError.
Mixin module that contains detailed error information typically this is available if credentials initialization succeeds and credentials object is valid
Includes
Included In
Methods
#credential_type_name
def credential_type_name() -> String, nilThe type of the credentials that the error was originated from
- (String, nil) — The class name of the credential that raised the error
#details
def details() -> HashAll details passed in the options hash when creating the error
- (Hash) — Additional details about the error
#principal
def principal() -> String, Symbol, nilThe principal for the authentication flow. Typically obtained from credentials
- (String, Symbol, nil) — The principal identifier associated with the credentials