When a website uses the Zupass for signing in, Zupass signs this payload using a SemaphoreSignaturePCD.

interface SignInMessagePayload {
    referrer: string;
    uuid: string;
}

Properties

Properties

referrer: string
uuid: string

Generated using TypeDoc