interface CreateAppUserJWTParams {
    app: { id: number; version: number };
    audience: string | string[];
    authentication: PKPAuthenticationMethod;
    expiresInMinutes: number;
    payload?: PayloadWithoutInternallySetKeys;
    pkpInfo: IRelayPKP;
    pkpWallet: PKPEthersWallet;
}

Hierarchy

  • VincentPKPJWTParams
    • CreateAppUserJWTParams

Properties

app: { id: number; version: number }
audience: string | string[]
authentication: PKPAuthenticationMethod
expiresInMinutes: number
pkpInfo: IRelayPKP
pkpWallet: PKPEthersWallet