Gjsify LogoGjsify Logo

Hierarchy

  • Credential

Index

Constructors

  • Create a new credential from the provided username, password and persistence mode.

    Parameters

    • username: string

      The username for the new credential

    • password: string

      The password for the new credential

    • persistence: WebKit2.CredentialPersistence

      The #WebKitCredentialPersistence of the new credential

    Returns WebKit2.Credential

Properties

name: string

Methods

  • free(): void
  • getPassword(): string
  • getUsername(): string
  • hasPassword(): boolean
  • Create a new credential from the provided username, password and persistence mode.

    Parameters

    • username: string

      The username for the new credential

    • password: string

      The password for the new credential

    • persistence: WebKit2.CredentialPersistence

      The #WebKitCredentialPersistence of the new credential

    Returns WebKit2.Credential

  • Create a new credential from the provided PIN and persistence mode. Note that %WEBKIT_CREDENTIAL_PERSISTENCE_PERMANENT is not supported for certificate pin credentials.

    Parameters

    • pin: string

      The PIN for the new credential

    • persistence: WebKit2.CredentialPersistence

      The #WebKitCredentialPersistence of the new credential

    Returns WebKit2.Credential

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method