@typespec/http 0.56.0-dev.7 → 0.56.0-dev.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/auth.tsp +2 -2
  2. package/package.json +1 -1
package/lib/auth.tsp CHANGED
@@ -177,8 +177,8 @@ model PasswordFlow {
177
177
  @doc("password flow")
178
178
  type: OAuth2FlowType.password;
179
179
 
180
- @doc("the authorization URL")
181
- authorizationUrl: string;
180
+ @doc("the token URL")
181
+ tokenUrl: string;
182
182
 
183
183
  @doc("the refresh URL")
184
184
  refreshUrl?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/http",
3
- "version": "0.56.0-dev.7",
3
+ "version": "0.56.0-dev.8",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec HTTP protocol binding",
6
6
  "homepage": "https://github.com/microsoft/typespec",