UNPKG
ng2-keycloak
Version:
latest (0.0.7)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
Keycloak bindings for Angular2
github.com/mohuk/ng2-keycloak
mohuk/ng2-keycloak
ng2-keycloak
/
lib
/
src
/
keycloak.service.d.ts
7 lines
(6 loc)
•
160 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
class
KeycloakService
{
static
auth
:
any
;
static
init
(
config
:
any
):
Promise
<
any
>;
logout
():
void
;
getToken
():
Promise
<
string
>; }