Table of Contents

Class EmailProviderCredentials

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Credentials required to use the provider.

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

ApiUser

API User.

[JsonPropertyName("api_user")]
public string? ApiUser { get; set; }

Property Value

string

Region

AWS or SparkPost region.

[JsonPropertyName("region")]
public string? Region { get; set; }

Property Value

string

SmtpHost

SMTP host.

[JsonPropertyName("smtp_host")]
public string? SmtpHost { get; set; }

Property Value

string

SmtpPort

SMTP port.

[JsonPropertyName("smtp_port")]
public int? SmtpPort { get; set; }

Property Value

int?

SmtpUser

SMTP username.

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