code.gitea.io/gitea@v1.21.7/models/fixtures/oauth2_authorization_code.yml (about)

     1  - id: 1
     2    grant_id: 1
     3    code: "authcode"
     4    code_challenge: "CjvyTLSdR47G5zYenDA-eDWW4lRrO8yvjcWwbD_deOg" # Code Verifier: N1Zo9-8Rfwhkt68r1r29ty8YwIraXR8eh_1Qwxg7yQXsonBt
     5    code_challenge_method: "S256"
     6    redirect_uri: "a"
     7    valid_until: 3546869730
     8  
     9  - id: 2
    10    grant_id: 4
    11    code: "authcodepublic"
    12    code_challenge: "CjvyTLSdR47G5zYenDA-eDWW4lRrO8yvjcWwbD_deOg" # Code Verifier: N1Zo9-8Rfwhkt68r1r29ty8YwIraXR8eh_1Qwxg7yQXsonBt
    13    code_challenge_method: "S256"
    14    redirect_uri: "http://127.0.0.1/"
    15    valid_until: 3546869730