UNPKG
@pvway/alpha-oas
Version:
latest (20.3.2)
20.3.2
20.3.1
20.0.2
20.0.1
18.0.2
18.0.1
18.0.0
17.3.2
17.3.1
17.3.0
17.2.2
17.1.0
17.0.9
17.0.8
17.0.7
17.0.6
17.0.5
17.0.4
17.0.3
17.0.2
17.0.1
17.0.0
16.0.0
15.2.1
15.2.0
15.1.0
15.0.8
15.0.7
15.0.6
15.0.5
15.0.4
15.0.3
15.0.2
15.0.1
15.0.0
Alpha OAuth Service by p.v.Way
github.com/licheez/ngAlpha
licheez/ngAlpha
@pvway/alpha-oas
/
lib
/
alpha-refresh-data.d.ts
9 lines
(8 loc)
•
251 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export declare
class
AlphaRefreshData
{
private
static
readonly
refreshTokenFieldName; refreshToken:
string
; constructor(refreshToken:
string
);
static
retrieve
(): AlphaRefreshData |
null
;
static
clear
():
void
; store():
void
; }