1.1.0 • Published 5 months ago
@microfox/fillout-oauth v1.1.0
Microfox Fillout OAuth
TypeScript OAuth package for Fillout
Installation
npm install @microfox/fillout-oauth @microfox/fillout-oauthEnvironment Variables
To use this package, you need to set the following environment variables:
FILLOUT_CLIENT_ID: The client ID for your Fillout application. (Required)FILLOUT_CLIENT_SECRET: The client secret for your Fillout application. (Required)FILLOUT_REDIRECT_URI: The redirect URI for your Fillout application. (Required)
API Reference
For detailed documentation on the constructor and all available functions, please refer to the following files:
- FilloutOAuthSdk (Constructor): Initializes the client.
- getAuthorizationUrl
- getAccessToken
- validateAccessToken