File

src/verifier/presentations/dto/auth-response.dto.ts

Description

AuthResponse DTO

Index

Properties

Properties

state
state: string
Type : string

The state parameter to maintain state between the request and callback.

vp_token
vp_token: literal type
Type : literal type

The VP token containing the presentation data.

export interface AuthResponse {
    /**
     * The VP token containing the presentation data.
     */
    vp_token: {
        /**
         * Key-value pairs representing the VP token data.
         */
        [key: string]: string;
    };
    /**
     * The state parameter to maintain state between the request and callback.
     */
    state: string;
}

results matching ""

    No results matching ""