• Discovers variables with the prefix BYU_OIT and attempts to create a credential provider from them.

    Parameters

    • dictionary: Record<string, unknown>

      An object to pull variables from (e.g. process.env).

    • Optional prefix: string

      Includes only those dictionary entries which start with this value.

    Returns Record<string, unknown>

    A credential provider instance created from a dictionary of key-value pairs.