Class: AuthenticationEndpoint
Extends
Methods
currentUser()
currentUser():
Promise
<UserResponse
>
Returns
Promise
<UserResponse
>
endpoints/authentication/authentication.endpoint.ts:69
getCsrfHeaders()
getCsrfHeaders():
Promise
<void
>
Returns
Promise
<void
>
endpoints/authentication/authentication.endpoint.ts:17
login()
login(
credentials
,kickAuthHeader
):Promise
<void
>
Parameters
Parameter | Type | Default value |
---|---|---|
credentials | LoginCredentials | undefined |
kickAuthHeader | string | '' |
Returns
Promise
<void
>
endpoints/authentication/authentication.endpoint.ts:21
pusherAuthenticate()
pusherAuthenticate(
params
):Promise
<PusherAuthenticationResponse
>
Parameters
Parameter | Type |
---|---|
params | ChannelAuthorizationRequestParams |
Returns
Promise
<PusherAuthenticationResponse
>
endpoints/authentication/authentication.endpoint.ts:83
Generated using typedoc-plugin-markdown and TypeDoc