Padloc Logo Docs & Resources

Interface: AuthClient

auth.AuthClient

Implemented by

Methods

prepareAuthentication

prepareAuthentication(serverData): Promise<any>

Parameters

Name Type
serverData any

Returns

Promise<any>

Defined in

core/src/auth.ts:164


prepareRegistration

prepareRegistration(serverData): Promise<any>

Parameters

Name Type
serverData any

Returns

Promise<any>

Defined in

core/src/auth.ts:163


supportsType

supportsType(type): boolean

Parameters

Name Type
type AuthType

Returns

boolean

Defined in

core/src/auth.ts:162