firebase:: functions:: HttpsCallableOptions
#include <callable_reference.h>
Options for configuring the callable function.
Summary
These properties are immutable once a callable function reference is instantiated.
Constructors and Destructors |
|
|---|---|
HttpsCallableOptions()
|
Public attributes |
|
|---|---|
limited_use_app_check_token
|
bool
Whether to request a limited-use App Check token for this request.
|
Public attributes
limited_use_app_check_token
bool firebase::functions::HttpsCallableOptions::limited_use_app_check_token
Whether to request a limited-use App Check token for this request.
This is useful for replay protection.
Public functions
HttpsCallableOptions
firebase::functions::HttpsCallableOptions::HttpsCallableOptions()