Method: Google::Auth::Credentials.paths

Defined in:
lib/googleauth/credentials.rb

.pathsArray<String>

The file paths to search for credentials files. The paths will never be nil. If there are no paths, the empty array is returned.

Returns:

  • (Array<String>)


230
231
232
# File 'lib/googleauth/credentials.rb', line 230

def self.paths
  paths_internal || []
end