Back to Firebase Js Sdk

CustomProvider class

docs-devsite/app-check.customprovider.md

12.12.11.1 KB
Original Source

Project: /docs/reference/js/_project.yaml Book: /docs/reference/_book.yaml page_type: reference

{% comment %} DO NOT EDIT THIS FILE! This is generated by the JS SDK team, and any local changes will be overwritten. Changes should be made in the source code at https://github.com/firebase/firebase-js-sdk {% endcomment %}

CustomProvider class

Custom provider class.

<b>Signature:</b>

typescript
export declare class CustomProvider implements AppCheckProvider 

<b>Implements:</b> AppCheckProvider

Constructors

ConstructorModifiersDescription
(constructor)(_customProviderOptions)Constructs a new instance of the <code>CustomProvider</code> class

CustomProvider.(constructor)

Constructs a new instance of the CustomProvider class

<b>Signature:</b>

typescript
constructor(_customProviderOptions: CustomProviderOptions);

Parameters

ParameterTypeDescription
_customProviderOptionsCustomProviderOptions