IO Wallet SDK
    Preparing search index...

    Variable zAuthorizationCodeGrantV1_3Const

    zAuthorizationCodeGrantV1_3: ZodObject<
        {
            authorization_server: ZodOptional<ZodURL>;
            issuer_state: ZodOptional<ZodString>;
            scope: ZodString;
        },
        $strip,
    > = ...

    Authorization Code Grant schema IT-Wallet v1.3 specification: Section 5.1

    The authorization_code grant is REQUIRED for IT-Wallet v1.3. Pre-authorized code grant is NOT supported.