Class FirebaseAppCheckHttpInterceptor

Implements

  • HttpInterceptor

Constructors

Properties

Methods

Constructors

Properties

appCheck: AppCheck

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.