AuthHandler interface
Interface defining an authorization handler for OAuth flows.
Properties
| cnx |
|
| 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
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