Table of Contents

Class SetGuardianFactorsProviderSmsRequestContent

Namespace
Auth0.ManagementApi.Guardian.Factors
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record SetGuardianFactorsProviderSmsRequestContent : IEquatable<SetGuardianFactorsProviderSmsRequestContent>
Inheritance
SetGuardianFactorsProviderSmsRequestContent
Implements
Inherited Members
Extension Methods

Properties

Provider

[JsonPropertyName("provider")]
public required GuardianFactorsProviderSmsProviderEnum Provider { get; set; }

Property Value

GuardianFactorsProviderSmsProviderEnum

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.