IdPValue

class IdPValue(jsonObject: JsonObject)

Represents an identity provider option presented to the user. Contains the provider identifier and UI configuration details.

Constructors

Link copied to clipboard
constructor(jsonObject: JsonObject)

Properties

Link copied to clipboard

The identifier of the identity provider (e.g., "google", "facebook", "apple").

Link copied to clipboard
var uiConfig: JsonObject

UI configuration for displaying this provider. May contain elements like icon URLs, display names, colors, etc.