Skip to content

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

ParameterTypeDefault value
credentialsLoginCredentialsundefined
kickAuthHeaderstring''

Returns

Promise<void>

endpoints/authentication/authentication.endpoint.ts:21


pusherAuthenticate()

pusherAuthenticate(params): Promise<PusherAuthenticationResponse>

Parameters

ParameterType
paramsChannelAuthorizationRequestParams

endpoints/authentication/authentication.endpoint.ts:83


Generated using typedoc-plugin-markdown and TypeDoc