@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.
- package/lib/auth.tsp +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
|
|
181
|
-
|
|
180
|
+
@doc("the token URL")
|
|
181
|
+
tokenUrl: string;
|
|
182
182
|
|
|
183
183
|
@doc("the refresh URL")
|
|
184
184
|
refreshUrl?: string;
|