js-miniapp-sdk

Globals / LaunchBrowserOptions

Interface: LaunchBrowserOptions

Options for launching a browser. Allows specifying URL, HTTP method, body, audience, and scopes.

Hierarchy

Index

Properties

Properties

audience

Optional audience: string

Defined in js-miniapp-bridge/src/types/browser-options.ts:16


httpBody

Optional httpBody: { [key:string]: string; }

Defined in js-miniapp-bridge/src/types/browser-options.ts:15


httpMethod

Optional httpMethod: HttpMethod

Defined in js-miniapp-bridge/src/types/browser-options.ts:14


scopes

Optional scopes: string[]

Defined in js-miniapp-bridge/src/types/browser-options.ts:17


url

url: string

Defined in js-miniapp-bridge/src/types/browser-options.ts:13