HttpsCallableOptions.Builder

class HttpsCallableOptions.Builder


A builder for creating com.google.firebase.functions.HttpsCallableOptions.

Summary

Public constructors

Public functions

HttpsCallableOptions

Builds a new com.google.firebase.functions.HttpsCallableOptions.

Boolean

Returns the setting indicating if limited-use App Check tokens are enforced.

HttpsCallableOptions.Builder

Sets whether or not to use limited-use App Check tokens when invoking the associated function.

Public properties

Boolean

Public constructors

Builder

Builder()

Public functions

getLimitedUseAppCheckTokens

fun getLimitedUseAppCheckTokens(): Boolean

Returns the setting indicating if limited-use App Check tokens are enforced.

setLimitedUseAppCheckTokens

fun setLimitedUseAppCheckTokens(limitedUse: Boolean): HttpsCallableOptions.Builder

Sets whether or not to use limited-use App Check tokens when invoking the associated function.

Public properties

limitedUseAppCheckTokens

var limitedUseAppCheckTokensBoolean