IO Wallet SDK
    Preparing search index...

    Interface GetJwtFromFormPostOptions<T>

    Options for extracting and decoding the JWT from a form_post.jwt response

    interface GetJwtFromFormPostOptions<T> {
        formData: string;
        schema: ZodType<T>;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    formData: string

    Raw HTML containing the autosubmitted form with the jwt response

    schema: ZodType<T>

    Schema for parsing and validating