Repository URL to install this package:
|
Version:
0.0.15 ▾
|
import { RegistrationResponse } from '@skava/graphql-bindings';
export declare class AuthenticationSwitchContainer {
currentStep: string;
freezeErrorMsg: string;
constructor();
/**
* @private
* @description load from url params, or update url params
*/
rehydrateFromRouter(): void;
goToSignin(): void;
gotoRegister(): void;
gotoFinal(): void;
gotoReset(): void;
gotoNextStep(value: string): void;
gotoSuccess(): void;
gotoSecurityQuestions(): void;
gotoFreezeSignIn(response: RegistrationResponse): void;
}