@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?
optionalauthUrl?:string
Defined in: plugin/oauth.ts:51
Authorization endpoint (used when preset is unset).
deviceAuthUrl?
optionaldeviceAuthUrl?:string
Defined in: plugin/oauth.ts:49
Device-authorization endpoint (used when preset is unset).
preset?
optionalpreset?:string
Defined in: plugin/oauth.ts:47
Built-in IdP endpoint set, e.g. cameraui.com. When unset, the explicit endpoints are used.
revokeUrl?
optionalrevokeUrl?:string
Defined in: plugin/oauth.ts:55
Revocation endpoint (used when preset is unset).
tokenUrl?
optionaltokenUrl?:string
Defined in: plugin/oauth.ts:53
Token endpoint (used when preset is unset).