oidcJwks property

  1. @TagNumber(4)
List<int> oidcJwks

Optional. OIDC verification keys for this Membership in JWKS format (RFC 7517).

When this field is set, OIDC discovery will NOT be performed on issuer, and instead OIDC tokens will be validated using this field.

Implementation

@$pb.TagNumber(4)
$core.List<$core.int> get oidcJwks => $_getN(3);
  1. @TagNumber(4)
void oidcJwks=(List<int> v)

Implementation

@$pb.TagNumber(4)
set oidcJwks($core.List<$core.int> v) { $_setBytes(3, v); }