URL of the mint to connect to.
Optionaloptions: { authPool?: number; logger?: Logger; oidc?: OIDCAuthOptions }OptionalauthPool?: numberOptional. Desired BAT pool size and per-request mint cap. Both desiredPoolSize and maxPerMint on the AuthManager will be set to this value. Defaults to 10.
Optionallogger?: LoggerOptionaloidc?: OIDCAuthOptionsOptional. Options for OIDCAuth (scope, clientId, logger, etc.)
— hydrated, ready to use.
High-level helper to create a fully authenticated wallet session.