Files
lucia-frontend/cypress/fixtures/api/token.json

7 lines
155 B
JSON

{
"access_token": "fake-access-token-for-testing",
"token_type": "bearer",
"expires_in": 3600,
"refresh_token": "fake-refresh-token-for-testing"
}