Class StaticPublicKeySet
A set of static public keys that will be used to verify the JWT signature.
Inherited Members
Namespace: Oci.ApigatewayService.Models
Assembly: OCI.DotNetSDK.Apigateway.dll
Syntax
public class StaticPublicKeySet : PublicKeySetProperties
Keys
Declaration
[JsonProperty(PropertyName = "keys")]
public List<StaticPublicKey> Keys { get; set; }Property Value
| Type | Description | 
|---|---|
| List<StaticPublicKey> | The set of static public keys. |