summaryrefslogtreecommitdiffstats
path: root/models/fixtures/oauth2_authorization_code.yml
blob: d29502164e67fb478b4f43ca8e9894adc03c28b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- id: 1
  grant_id: 1
  code: "authcode"
  code_challenge: "CjvyTLSdR47G5zYenDA-eDWW4lRrO8yvjcWwbD_deOg" # Code Verifier: N1Zo9-8Rfwhkt68r1r29ty8YwIraXR8eh_1Qwxg7yQXsonBt
  code_challenge_method: "S256"
  redirect_uri: "a"
  valid_until: 3546869730

- id: 2
  grant_id: 4
  code: "authcodepublic"
  code_challenge: "CjvyTLSdR47G5zYenDA-eDWW4lRrO8yvjcWwbD_deOg" # Code Verifier: N1Zo9-8Rfwhkt68r1r29ty8YwIraXR8eh_1Qwxg7yQXsonBt
  code_challenge_method: "S256"
  redirect_uri: "http://127.0.0.1/"
  valid_until: 3546869730