Skip to content

@camera.ui/sdk / plugin / OAuthProviderConfig

Interface: OAuthProviderConfig

Defined in: plugin/oauth.ts:45

Points the plugin's OAuth manager at an identity provider.

Properties

authUrl?

optional authUrl?: string

Defined in: plugin/oauth.ts:51

Authorization endpoint (used when preset is unset).


deviceAuthUrl?

optional deviceAuthUrl?: string

Defined in: plugin/oauth.ts:49

Device-authorization endpoint (used when preset is unset).


preset?

optional preset?: string

Defined in: plugin/oauth.ts:47

Built-in IdP endpoint set, e.g. cameraui.com. When unset, the explicit endpoints are used.


revokeUrl?

optional revokeUrl?: string

Defined in: plugin/oauth.ts:55

Revocation endpoint (used when preset is unset).


tokenUrl?

optional tokenUrl?: string

Defined in: plugin/oauth.ts:53

Token endpoint (used when preset is unset).