IO Wallet SDK
    Preparing search index...
    • Extracts grant details from a credential offer according to the configured Italian Wallet specification version.

      IT-Wallet only supports the authorization_code grant type. Pre-authorized code grants are NOT supported.

      Version Differences:

      • v1.3: extracts scope (REQUIRED), authorization_server (OPTIONAL), issuer_state (OPTIONAL)
      • v1.4: extracts authorization_server (OPTIONAL) and issuer_state (OPTIONAL); the credential offer no longer carries a scope

      Parameters

      Returns ExtractGrantDetailsResultV1_3

      Version-specific grant details containing the grant type and authorization code grant information

      If grants or the authorization_code grant is missing

      If the configured version does not support credential offers

    • Extracts grant details from a credential offer according to the configured Italian Wallet specification version.

      IT-Wallet only supports the authorization_code grant type. Pre-authorized code grants are NOT supported.

      Version Differences:

      • v1.3: extracts scope (REQUIRED), authorization_server (OPTIONAL), issuer_state (OPTIONAL)
      • v1.4: extracts authorization_server (OPTIONAL) and issuer_state (OPTIONAL); the credential offer no longer carries a scope

      Parameters

      Returns ExtractGrantDetailsResultV1_4

      Version-specific grant details containing the grant type and authorization code grant information

      If grants or the authorization_code grant is missing

      If the configured version does not support credential offers

    • Extracts grant details from a credential offer according to the configured Italian Wallet specification version.

      IT-Wallet only supports the authorization_code grant type. Pre-authorized code grants are NOT supported.

      Version Differences:

      • v1.3: extracts scope (REQUIRED), authorization_server (OPTIONAL), issuer_state (OPTIONAL)
      • v1.4: extracts authorization_server (OPTIONAL) and issuer_state (OPTIONAL); the credential offer no longer carries a scope

      Parameters

      Returns ExtractGrantDetailsResult

      Version-specific grant details containing the grant type and authorization code grant information

      If grants or the authorization_code grant is missing

      If the configured version does not support credential offers