uauth/httptest/uauth/auth req.bru
2024-10-29 16:17:07 +08:00

19 lines
338 B
Plaintext

meta {
name: auth req
type: http
seq: 2
}
get {
url: http://127.0.0.1:8080/authorize?client_id=12345&response_type=code&redirect_uri=http://localhost:8080/callback&scopde=balaba
body: none
auth: none
}
params:query {
client_id: 12345
response_type: code
redirect_uri: http://localhost:8080/callback
scopde: balaba
}