Module credential

Module credential 

Source
Expand description

Full credential type hierarchy matching ADK-JS AuthCredential.

Structs§

AuthCredential
Full auth credential — discriminated by auth_type with variant-specific data.
HttpAuth
HTTP authentication with a named scheme (e.g. “bearer”, “basic”).
HttpCredentials
HTTP credentials — basic auth or bearer token.
OAuth2Auth
OAuth2 authentication data.
ServiceAccountCredential
Service account credential for Google Cloud.

Enums§

AuthCredentialType
The type of authentication credential.