@salesforce/core
    Preparing search index...

    Hierarchy (View Summary)

    Index
    • Constructs a new AsyncCreatable instance. For internal and subclass use only. New subclass instances must be created with the static create method.

      Parameters

      • Optionaloptions: object

        An options object providing initialization params.

      Returns SandboxAccessor

    • Read the auth file for the given username. Once the file has been read, it can be re-accessed with the get method.

      Parameters

      • username: string

        username to read

      • decrypt: boolean = false

        if true, decrypt encrypted values

      • throwOnNotFound: boolean = true

        throw if file is not found for username

      Returns Promise<Nullable<SandboxFields>>