Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNoAccountID = errors.New("could not retrieve account ID from oauth2 token") ErrInvalidCredentialType = errors.New("invalid multisign credential type") )
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { Type CredentialType GoogleAccessID string PrivateKey []byte }
type CredentialType ¶
type CredentialType string
var ( CredentialTypeServiceAccountKey CredentialType = "SERVICE_ACCOUNT_KEY" CredentialTypeWorkloadIdentity CredentialType = "WORKLOAD_IDENTITY" )
Click to show internal directories.
Click to hide internal directories.