UNPKG
@fanoutio/grip
Version:
latest (4.4.0)
4.4.0
4.3.2
4.3.1
4.3.0
4.2.0
4.1.0
4.1.0-beta.0
4.0.2
4.0.1
4.0.0
4.0.0-beta.4
4.0.0-beta.3
4.0.0-beta.2
4.0.0-beta.1
3.3.1
3.3.0
3.2.0
3.1.0
3.0.6
3.0.5
3.0.4
3.0.4-beta.4
3.0.4-beta.3
3.0.4-beta.2
3.0.4-beta.1
3.0.4-beta.0
3.0.3
3.0.2
3.0.1
3.0.0
3.0.0-beta.8
3.0.0-beta.7
3.0.0-beta.6
3.0.0-beta.5
3.0.0-beta.4
3.0.0-beta.3
3.0.0-beta.2
3.0.0-beta.1
3.0.0-beta.0
3.0.0-alpha.5
3.0.0-alpha.4
3.0.0-alpha.3
3.0.0-alpha.2
3.0.0-alpha.1
2.1.1
2.0.0
2.0.0-rc.2
2.0.0-rc.1
2.0.0-rc.0
2.0.0-beta.0
2.0.0-alpha.2
2.0.0-alpha.1
GRIP Interface Library
github.com/fanout/js-grip
fanout/js-grip
@fanoutio/grip
/
build
/
auth
/
Basic.d.ts
10 lines
•
307 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
type
IAuth
}
from
'./IAuth.js'
;
export
declare
class
Basic
implements
IAuth
{
private
readonly
_user;
private
readonly
_pass;
constructor
(
user
:
string
,
pass
:
string
);
getUser
():
string
;
getPass
():
string
;
buildHeader
():
Promise
<
string
>; }
//# sourceMappingURL=Basic.d.ts.map