GoogleCloudConnectorsV1AuthConfigOauth2JwtBearer class
Parameters to support JSON Web Token (JWT) Profile for Oauth 2.0 Authorization Grant based authentication.
See https://tools.ietf.org/html/rfc7523 for more details.
Constructors
Properties
- clientKey ↔ GoogleCloudConnectorsV1Secret?
 - 
  Secret version reference containing a PKCS#8 PEM-encoded private key
associated with the Client Certificate.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - jwtClaims ↔ GoogleCloudConnectorsV1AuthConfigOauth2JwtBearerJwtClaims?
 - 
  JwtClaims providers fields to generate the token.
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toJson(
) → Map< String, dynamic>  - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited