UNPKG
qpay
Version:
latest (2.0.5)
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.1
1.0.0
QPay API integration
github.com/mnmonherdene1234/qpay
mnmonherdene1234/qpay
qpay
/
dist
/
types
/
token-response.d.ts
11 lines
(10 loc)
•
249 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
type
QPayTokenResponse
= {
token_type
:
string
;
refresh_expires_in
:
number
;
refresh_token
:
string
;
access_token
:
string
;
expires_in
:
number
;
scope
:
string
;
"not-before-policy"
:
string
;
session_state
:
string
; };