Class RevokeSigningKeyResponse
- Namespace
- Auth0.ManagementApi.Models.Keys
- Assembly
- Auth0.ManagementApi.dll
public class RevokeSigningKeyResponse
- Inheritance
-
RevokeSigningKeyResponse
- Inherited Members
Properties
Cert
The public certificate of the revoked signing key
[JsonProperty("cert")]
public string Cert { get; set; }
Property Value
Kid
The id of the revoked signing key
[JsonProperty("kid")]
public string Kid { get; set; }