Skip to content

Class: AuthenticationEndpoint

Extends

Methods

currentUser()

currentUser(): Promise<UserResponse>

Returns

Promise<UserResponse>

endpoints/authentication/authentication.endpoint.ts:76


getTokens()

getTokens(): Promise<TokensResponse>

Returns

Promise<TokensResponse>

endpoints/authentication/authentication.endpoint.ts:18


login()

login(credentials, kickAuthHeader): Promise<void>

Parameters

ParameterTypeDefault value
credentialsLoginCredentialsundefined
kickAuthHeaderstring''

Returns

Promise<void>

endpoints/authentication/authentication.endpoint.ts:26


pusherAuthenticate()

pusherAuthenticate(params): Promise<PusherAuthenticationResponse>

Parameters

ParameterType
paramsChannelAuthorizationRequestParams

endpoints/authentication/authentication.endpoint.ts:90


Generated using typedoc-plugin-markdown and TypeDoc