Class ClientAuthenticationMethods
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
Structure for a client's authentication methods
public class ClientAuthenticationMethods
- Inheritance
-
ClientAuthenticationMethods
- Inherited Members
Properties
PrivateKeyJwt
[JsonProperty("private_key_jwt")]
public PrivateKeyJwt PrivateKeyJwt { get; set; }