docs-devsite/app-check.customprovider.md
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 %}
Custom provider class.
<b>Signature:</b>
export declare class CustomProvider implements AppCheckProvider
<b>Implements:</b> AppCheckProvider
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(_customProviderOptions) | Constructs a new instance of the <code>CustomProvider</code> class |
Constructs a new instance of the CustomProvider class
<b>Signature:</b>
constructor(_customProviderOptions: CustomProviderOptions);
| Parameter | Type | Description |
|---|---|---|
| _customProviderOptions | CustomProviderOptions |