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

    Type Alias HasAccessToResult

    Result object containing the access check result.

    Has access:

    { hasAccess: true }
    

    No access:

    { hasAccess: false }
    
    type HasAccessToResult = {
        hasAccess: boolean;
    }
    Index

    Properties

    Properties

    hasAccess: boolean

    True if the current client has access to the specified API, false otherwise.