Table of Contents

Class ClientAddonWams

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Windows Azure Mobile Services addon configuration.

[Serializable]
public record ClientAddonWams : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<ClientAddonWams>
Inheritance
ClientAddonWams
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }

Property Value

AdditionalProperties

Masterkey

Your master key for Windows Azure Mobile Services.

[JsonPropertyName("masterkey")]
public string? Masterkey { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.