Share via


AuthHandler interface

Interface defining an authorization handler for OAuth flows.

Properties

cnxPrefix
flow

The OAuth flow implementation.

name

Connection name for the auth provider.

text

Text to display on auth cards/UI.

title

Title to display on auth cards/UI.

Property Details

cnxPrefix

cnxPrefix?: string

Property Value

string

flow

The OAuth flow implementation.

flow?: OAuthFlow

Property Value

name

Connection name for the auth provider.

name?: string

Property Value

string

text

Text to display on auth cards/UI.

text?: string

Property Value

string

title

Title to display on auth cards/UI.

title?: string

Property Value

string