PublicKeyCredentialRpEntity public struct PublicKeyCredentialRpEntity : Codable Represents a public key credential relying party entity. id The ID of the relying party. Declaration Swift public let id: String? name The name of the relying party. Declaration Swift public let name: String