Files
edx-platform/common/test/db_fixtures/edx-notes_client.json

19 lines
487 B
JSON

[
{
"pk": 1,
"model": "oauth2_provider.application",
"fields": {
"name": "edx-notes",
"client_type": "confidential",
"user": null,
"client_id": "22a9e15e3d3b115e4d43",
"client_secret": "7969f769a1fe21ecd6cf8a1c105f250f70a27131",
"redirect_uris":"",
"authorization_grant_type":"client-credentials",
"skip_authorization":false,
"created":"2018-10-25T14:53:08.054Z",
"updated":"2018-10-25T14:53:08.054Z"
}
}
]