FluxbaseOAuth
OAuth Configuration Manager
Root manager providing access to OAuth provider and authentication settings management.
Example
Section titled “Example”const oauth = client.admin.oauth
// Manage OAuth providersconst providers = await oauth.providers.listProviders()
// Manage auth settingsconst settings = await oauth.authSettings.get()Constructors
Section titled “Constructors”new FluxbaseOAuth()
Section titled “new FluxbaseOAuth()”new FluxbaseOAuth(
fetch):FluxbaseOAuth
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
fetch | FluxbaseFetch |
Returns
Section titled “Returns”Properties
Section titled “Properties”| Property | Modifier | Type |
|---|---|---|
authSettings | public | AuthSettingsManager |
providers | public | OAuthProviderManager |