Table of Contents

Class RotateSigningKeyResponse

Namespace
Auth0.ManagementApi.Models.Keys
Assembly
Auth0.ManagementApi.dll
public class RotateSigningKeyResponse
Inheritance
RotateSigningKeyResponse
Inherited Members

Properties

Cert

The public certificate of the next signing key

[JsonProperty("cert")]
public string Cert { get; set; }

Property Value

string

Kid

The id of the next signing key

[JsonProperty("kid")]
public string Kid { get; set; }

Property Value

string