docs: fix broken method table (#4340)
This commit is contained in:
@@ -81,6 +81,8 @@ Parameter Name | Description
|
|||||||
|
|
||||||
### Instance methods
|
### Instance methods
|
||||||
|
|
||||||
`initOAuth` | Provide Swagger-UI with information about your OAuth server - see the OAuth2 documentation for more information.
|
Method Name | Description
|
||||||
`preauthorizeBasic` | Programmatically set values for a Basic authorization scheme.
|
--- | ---
|
||||||
`preauthorizeApiKey` | Programmatically set values for an API key authorization scheme.
|
`initOAuth` | `(configObj) => void`. Provide Swagger-UI with information about your OAuth server - see the OAuth2 documentation for more information.
|
||||||
|
`preauthorizeBasic` | `(authDefinitionKey, username, password) => action`. Programmatically set values for a Basic authorization scheme.
|
||||||
|
`preauthorizeApiKey` | `(authDefinitionKey, apiKeyValue) => action`. Programmatically set values for an API key authorization scheme.
|
||||||
|
|||||||
Reference in New Issue
Block a user