GoogleCloudAiplatformV1DeployedIndexAuthConfigAuthProvider class
Configuration for an authentication provider, including support for [JSON Web Token (JWT)](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32).
Constructors
- 
          GoogleCloudAiplatformV1DeployedIndexAuthConfigAuthProvider({List<String> ? allowedIssuers, List<String> ? audiences})
- GoogleCloudAiplatformV1DeployedIndexAuthConfigAuthProvider.fromJson(Map json_)
Properties
- 
  allowedIssuers
  ↔ List<String> ?
- 
  A list of allowed JWT issuers.
  getter/setter pair
- 
  audiences
  ↔ List<String> ?
- 
  The list of JWT
audiences.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 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