Skip to content

Commit

Permalink
SwaggerUIBundle -> SwaggerUI
Browse files Browse the repository at this point in the history
  • Loading branch information
shockey committed Dec 5, 2017
1 parent 84f4ec8 commit 675b3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/oauth2.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ additionalQueryStringParams | Additional query parameters added to `authorizatio
useBasicAuthenticationWithAccessCodeGrant | Only activated for the `accessCode` flow. During the `authorization_code` request to the `tokenUrl`, pass the [Client Password](https://tools.ietf.org/html/rfc6749#section-2.3.1) using the HTTP Basic Authentication scheme (`Authorization` header with `Basic base64encoded[client_id:client_secret]`). The default is `false`

```javascript
const ui = SwaggerUIBundle({...})
const ui = SwaggerUI({...})

// Method can be called in any place after calling constructor SwaggerUIBundle
ui.initOAuth({
Expand Down

0 comments on commit 675b3ff

Please sign in to comment.