IO Wallet SDK
    Preparing search index...

    Variable zAuthorizationCodeGrantV1_4Const

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

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

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

    Difference from v1.3: the scope parameter has been removed from the Credential Offer. The wallet derives the scope from the credential configuration metadata instead. A stray scope value is silently dropped.