IdentityProof

@Serializable
data class IdentityProof(val provider: String, val providerUsername: String, val updatedAt: Instant, val proofUrl: String, val profileUrl: String)

Represents a proof from an external identity provider.

Constructors

Link copied to clipboard
constructor(provider: String, providerUsername: String, updatedAt: Instant, proofUrl: String, profileUrl: String)

Properties

Link copied to clipboard

The account owner's profile URL on the identity provider.

Link copied to clipboard

URL to a statement of identity proof, hosted by the identity provider.

Link copied to clipboard

The name of the identity provider.

Link copied to clipboard

The account owner's username on the identity provider's service.

Link copied to clipboard
val updatedAt: Instant

When the identity proof was last updated.