docs: fix broken method table (#4340)

This commit is contained in:
kyle
2018-03-16 22:34:54 -07:00
committed by GitHub
parent 245428e7cd
commit b8cf080e6c

View File

@@ -81,6 +81,8 @@ Parameter Name | Description
### Instance methods
`initOAuth` | Provide Swagger-UI with information about your OAuth server - see the OAuth2 documentation for more information.
`preauthorizeBasic` | Programmatically set values for a Basic authorization scheme.
`preauthorizeApiKey` | Programmatically set values for an API key authorization scheme.
Method Name | Description
--- | ---
`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.