Axinom Mosaic Libraries
    Preparing search index...

    Interface AuthenticatedRequest

    An Authenticated Request that has either a ManagementAuthenticationContext or a EndUserAuthenticationContext as the authContext

    interface AuthenticatedRequest {
        authContext:
            | ManagementAuthenticationContext
            | EndUserAuthenticationContext;
    }

    Hierarchy

    • Request
      • AuthenticatedRequest
    Index

    Properties

    Properties