@auth0/auth0-angular
    Preparing search index...

    Class AuthHttpInterceptor

    Implements

    • HttpInterceptor
    Index

    Constructors

    Methods

    Constructors

    Methods

    • Identifies and handles a given HTTP request.

      Parameters

      • req: HttpRequest<any>

        The outgoing request object to handle.

      • next: HttpHandler

        The next interceptor in the chain, or the backend if no interceptors remain in the chain.

      Returns Observable<HttpEvent<any>>

      An observable of the event stream.