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”Constructor
Section titled “Constructor”new FluxbaseOAuth(
fetch):FluxbaseOAuth
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
fetch |
FluxbaseFetch |
Returns
Section titled “Returns”FluxbaseOAuth
Properties
Section titled “Properties”| Property | Modifier | Type |
|---|---|---|
authSettings |
public |
AuthSettingsManager |
providers |
public |
OAuthProviderManager |