Table of Contents

Class ConnectionGatewayAuthenticationSms

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Optional token-based authentication configuration for the SMS gateway

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

Properties

AdditionalProperties

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

Property Value

AdditionalProperties

Audience

[JsonPropertyName("audience")]
public required string Audience { get; set; }

Property Value

string

Method

[JsonPropertyName("method")]
public required string Method { get; set; }

Property Value

string

Secret

The secret used to sign the JSON Web Token sent to the SMS gateway

[JsonPropertyName("secret")]
public required string Secret { get; set; }

Property Value

string

SecretBase64Encoded

Set to true if the secret is base64-url-encoded

[JsonPropertyName("secret_base64_encoded")]
public bool? SecretBase64Encoded { get; set; }

Property Value

bool?

Subject

[JsonPropertyName("subject")]
public string? Subject { 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.