Interface CodeGenQueryParams

interface CodeGenQueryParams {
    client_id: string;
    description?: string;
    expectAttestationsPresentations?: boolean;
    expectVerifySuccess?: boolean;
    image?: string;
    name?: string;
    otherSignIns?: ("discord" | "github" | "google" | "twitter")[];
    ownershipRequirements?: AssetConditionGroup<NumberType>;
    redirect_uri?: string;
    scope?: string;
    state?: string;
}

Properties

client_id: string
description?: string
expectAttestationsPresentations?: boolean
expectVerifySuccess?: boolean
image?: string
name?: string
otherSignIns?: ("discord" | "github" | "google" | "twitter")[]
ownershipRequirements?: AssetConditionGroup<NumberType>
redirect_uri?: string
scope?: string
state?: string