Class GeckoSession.PromptDelegate.IdentityCredential.AccountSelectorPrompt.Provider

Object
org.mozilla.geckoview.GeckoSession.PromptDelegate.IdentityCredential.AccountSelectorPrompt.Provider
Enclosing class:
GeckoSession.PromptDelegate.IdentityCredential.AccountSelectorPrompt

public static class GeckoSession.PromptDelegate.IdentityCredential.AccountSelectorPrompt.Provider extends Object
A representation of an Identity Credential Provider for an Account Selector Prompt
  • Field Details

    • name

      @NonNull public final String name
      The name of the provider
    • domain

      @NonNull public final String domain
      The domain of the provider
    • icon

      @Nullable public final String icon
      A base64 string for given icon for the provider; may be null.
  • Constructor Details