{{ appName }} / documentation

{{ $t('d.docs.title') }}

{{ $t('d.docs.sub') }}
{{ $t('d.docs.insertSecret') }}
{{ $t('d.docs.howItWorks') }}

{{ $t('d.docs.endpoint') }}
POST {{ U }}
{"code": 0, "msg": "OK", "data": { "session": "…" }}
{{ $t('d.docs.actions') }}
{{ e.act }} {{ $t('d.docs.ep.' + e.act) }} {{ e.params }}
{{ $t('d.docs.clientExamples') }}
{{ useReal ? $t('d.docs.hintReal').replace('{app}', appName) : $t('d.docs.hintPlaceholder') }}
terminal{{ $t('common.copy') }}
{{ curlCode }}
openauth.py{{ $t('common.copy') }}
{{ pyCode }}
OpenAuth.cs{{ $t('common.copy') }}
{{ csCode }}
openauth.mjs{{ $t('common.copy') }}
{{ nodeCode }}