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

    Type Alias AuthorizeResult

    AuthorizeResult: { code: string; state: string }

    Result object for the authorization flow. Contains the authorization code and state when native in_place flow completes successfully.

    Type Declaration

    • code: string
    • state: string
    {
    code: 'auth-code-abc123',
    state: 'csrf-state-xyz789'
    }