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

    Type Alias ReloadScopesResponse

    ReloadScopesResponse:
        | { status_code: 204 }
        | { error: string; status_code: 500 }
        | { error: string; status_code: 501 }
        | { error: string; status_code: 424 }

    Response when reloading consented scopes.

    This response can have the following status codes:

    • 204: Scopes reloaded successfully (no content).
    • 424: ScopeKit error - unable to reload scopes due to a dependency error.
    • 500: Internal server error - an unexpected error occurred on the native side.
    • 501: Not implemented - this method requires the Grab app environment.