@camera.ui/sdk / plugin / OAuthMetadata
Interface: OAuthMetadata
Defined in: plugin/oauth.ts:35
Informational data the host renders in the connect dialog.
Properties
idpDisplayName
idpDisplayName:
string
Defined in: plugin/oauth.ts:37
Human name of the identity provider, e.g. cameraui.com, Spotify.
scopeDescriptions
scopeDescriptions:
Record<string,string>
Defined in: plugin/oauth.ts:39
Maps each scope to a human-readable description.
supportedFlows
supportedFlows:
PluginInterface[]
Defined in: plugin/oauth.ts:41
Flow sub-interfaces the plugin implements, so the host knows which affordance to render.