Class: Gcloud::Storage::Credentials

Inherits:
Credentials show all
Defined in:
lib/gcloud/storage/credentials.rb

Overview

Represents the Oauth2 signing logic for Storage.

Constant Summary collapse

SCOPE =

:nodoc:

["https://www.googleapis.com/auth/devstorage.full_control"]
ENV_VARS =
["STORAGE_KEYFILE"]

Constants inherited from Credentials

Credentials::AUDIENCE, Credentials::TOKEN_CREDENTIAL_URI

Instance Attribute Summary

Attributes inherited from Credentials

#client

Method Summary

Methods inherited from Credentials

default, #initialize, sdk_default_creds

Constructor Details

This class inherits a constructor from Gcloud::Credentials