Interface OAuthProviderParameters
Properties
callback_url
callback_url: string
client_id
client_id: string
client_secret
client_secret: string
oauth_url
oauth_url: string
Optional subscribe_url
subscribe_url?: string
token_url
token_url: string
Optional verify_token
verify_token?: string
Optional webhook_url
webhook_url?: string
OAUTH
This interface consists of a set of configuration fields that must be provided to configure a custom OAuth provider.
Using the
OAuthProviderParameters
type to configure OAuth providersOAuthConfig
v0.3.0