Guest User

Untitled

a guest
Jun 20th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. applicationBuilder
  2. .UseSwagger()
  3. .UseSwaggerUI(c =>
  4. {
  5. c.SwaggerEndpoint("../swagger/1.0.0/swagger.json"",title);
  6. c.DisplayRequestDuration();
  7. c.OAuthClientId(clientId);
  8. c.OAuthRealm(redirectUri);
  9. c.OAuthAppName("App");
  10. });
Add Comment
Please, Sign In to add comment