wwWallet core documentation
    Preparing search index...

    Type Alias PresentationRequest

    type PresentationRequest = {
        client_id: string;
        client_metadata: ClientMetadata | null;
        dcql_query: DcqlQuery.Output | null;
        nonce: string;
        response_mode: string;
        response_type: string;
        response_uri: string;
        scope?: string;
        state: string;
    }
    Index

    Properties

    client_id: string
    client_metadata: ClientMetadata | null
    dcql_query: DcqlQuery.Output | null
    nonce: string
    response_mode: string
    response_type: string
    response_uri: string
    scope?: string
    state: string