Expand description
Google Service Signer
Structsยง
- Credential
- Credential represents Google credentials that may contain both service account and token.
- Default
Credential Provider - Default credential provider for Google Cloud Storage (GCS).
- Default
Credential Provider Builder - Builder for
DefaultCredentialProvider. - EnvCredential
Provider - File
Credential Provider - FileCredentialProvider loads Google credentials from an explicit credential file path.
- Request
Signer - RequestSigner for Google service requests.
- Service
Account - ServiceAccount holds the client email and private key for service account authentication.
- Static
Credential Provider - StaticCredentialProvider loads credentials from a JSON string provided at construction time.
- Token
- Token represents an OAuth2 access token with expiration.
- Token
Credential Provider - TokenCredentialProvider loads a raw OAuth access token from memory or a file path.
- VmMetadata
Credential Provider - VmMetadataCredentialProvider loads tokens from Google Compute Engine VM metadata service.
- Well
Known Credential Provider