Uses of Interface
com.google.genkit.plugins.firebase.functions.OnCallGenkit.AuthPolicy
Packages that use OnCallGenkit.AuthPolicy
Package
Description
Firebase Cloud Functions integration for Genkit flows.
-
Uses of OnCallGenkit.AuthPolicy in com.google.genkit.plugins.firebase.functions
Methods in com.google.genkit.plugins.firebase.functions that return OnCallGenkit.AuthPolicyModifier and TypeMethodDescriptionstatic OnCallGenkit.AuthPolicyPredefined authorization policy that requires a specific claim.static OnCallGenkit.AuthPolicyOnCallGenkit.signedIn()Predefined authorization policy that requires the user to be signed in.Methods in com.google.genkit.plugins.firebase.functions with parameters of type OnCallGenkit.AuthPolicyModifier and TypeMethodDescriptionOnCallGenkit.withAuthPolicy(OnCallGenkit.AuthPolicy authPolicy) Sets the authorization policy for this function.