wwWallet core documentation
    Preparing search index...

    Type Alias TokenResponse

    type TokenResponse = {
        body: { access_token: string; expires_in: number; token_type: "bearer" };
        status: 200;
    }
    Index

    Properties

    Properties

    body: { access_token: string; expires_in: number; token_type: "bearer" }
    status: 200