@grabjs/superapp-sdk
    Preparing search index...

    Type Alias ResponseStatusCode302

    Redirect response with status code 302.

    Returned when a JSBridge method initiates a redirect (e.g., OAuth2 redirect flow). No result or error data is returned as the page will navigate away.

    type ResponseStatusCode302 = {
        status_code: 302;
    }
    Index

    Properties

    Properties

    status_code: 302

    HTTP-style status code indicating the outcome of the JSBridge method call