Table of Contents

Class SetGuardianFactorsProviderPushNotificationFcmRequestContent

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

Properties

ServerKey

[JsonPropertyName("server_key")]
public Optional<string?> ServerKey { get; set; }

Property Value

Optional<string>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.