AuthConfig_OidcConfig class final

Config for user OIDC auth.

Inheritance
  • Object
  • ProtoMessage
  • AuthConfig_OidcConfig

Constructors

AuthConfig_OidcConfig({String? idToken, String? serviceAccount})
AuthConfig_OidcConfig.fromJson(Object? j)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
idToken String?
OpenID Connect formatted ID token for extension endpoint. Only used to propagate token from [ExecuteExtensionRequest.runtime_auth_config] at request time.
final
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceAccount String?
The service account used to generate an OpenID Connect (OIDC)-compatible JWT token signed by the Google OIDC Provider (accounts.google.com) for extension endpoint (https://cloud.google.com/iam/docs/create-short-lived-credentials-direct#sa-credentials-oidc).
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Object
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String