mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-22 07:53:34 +01:00
858536e13d
* feat(#1003): authorization_code grant type PKCE support, code cleanup.. --------- Co-authored-by: lohit-1 <lohit@usebruno.com>
16 lines
240 B
Plaintext
16 lines
240 B
Plaintext
meta {
|
|
name: resource
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
post {
|
|
url: {{host}}/api/auth/oauth2/authorization_code/resource?token={{access_token_set_by_collection}}
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
query {
|
|
token: {{access_token_set_by_collection}}
|
|
}
|