IdentityProof

public struct IdentityProof : Codable, Hashable

Undocumented

  • Undocumented

    Declaration

    Swift

    public init(provider: String, providerUsername: String, profileUrl: String, proofUrl: String, updatedAt: Date)
  • The name of the identity provider.

    Declaration

    Swift

    public var provider: String
  • The account owner’s username on the identity provider’s service.

    Declaration

    Swift

    public var providerUsername: String
  • The account owner’s profile URL on the identity provider.

    Declaration

    Swift

    public var profileUrl: String
  • A link to a statement of identity proof, hosted by the identity provider.

    Declaration

    Swift

    public var proofUrl: String
  • When the identity proof was last updated.

    Declaration

    Swift

    public var updatedAt: Date