From 675b3ff2f70d8450949670b669c3875f92e52460 Mon Sep 17 00:00:00 2001 From: Kyle Shockey Date: Mon, 4 Dec 2017 23:00:26 -0800 Subject: [PATCH] SwaggerUIBundle -> SwaggerUI --- docs/usage/oauth2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/oauth2.md b/docs/usage/oauth2.md index 3071b29f..b47c097c 100644 --- a/docs/usage/oauth2.md +++ b/docs/usage/oauth2.md @@ -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({