Skip to content

@oneplatform/plugin-sdk


@oneplatform/plugin-sdk / AuthOptions

Interface: AuthOptions

Defined in: packages/plugin-sdk/src/types/auth-provider.ts:15

Properties

additionalParams?

optional additionalParams?: Record\<string, string>

Defined in: packages/plugin-sdk/src/types/auth-provider.ts:23

Provider-specific query parameters to append to the authorization URL.


redirectUri

redirectUri: string

Defined in: packages/plugin-sdk/src/types/auth-provider.ts:17

The platform's OAuth callback URL. Must be included verbatim in the authorization URL.


scopes?

optional scopes?: string[]

Defined in: packages/plugin-sdk/src/types/auth-provider.ts:20

OAuth scopes to request. If omitted, the provider's default scopes apply.