Class GeckoSession.PromptDelegate.WebAuthnRelatedOriginPrompt

Object
org.mozilla.geckoview.GeckoSession.PromptDelegate.BasePrompt
org.mozilla.geckoview.GeckoSession.PromptDelegate.WebAuthnRelatedOriginPrompt
Enclosing interface:
GeckoSession.PromptDelegate

public static class GeckoSession.PromptDelegate.WebAuthnRelatedOriginPrompt extends GeckoSession.PromptDelegate.BasePrompt
WebAuthnRelatedOriginPrompt is shown to confirm a WebAuthn related origin request.
  • Field Details

    • origin

      @Nullable public final String origin
      The origin of the site making the request.
    • rpId

      @Nullable public final String rpId
      The relying party ID for the passkey.
    • isCreate

      public final boolean isCreate
      Whether this is a create (true) or use (false) request.
  • Constructor Details

    • WebAuthnRelatedOriginPrompt

      protected WebAuthnRelatedOriginPrompt(@NonNull String id, @Nullable String origin, @Nullable String rpId, boolean isCreate, @NonNull GeckoSession.PromptDelegate.BasePrompt.Observer observer)
      A constructor for WebAuthnRelatedOriginPrompt.
      Parameters:
      id - The identification for this prompt.
      origin - The origin of the site making the request.
      rpId - The relying party ID for the passkey.
      isCreate - Whether this is a create (true) or use (false) request.
      observer - A callback to notify when the prompt has been completed.
  • Method Details