diff --git a/src/interactive-auth.ts b/src/interactive-auth.ts index 161e85f8b..74d5d30ca 100644 --- a/src/interactive-auth.ts +++ b/src/interactive-auth.ts @@ -35,6 +35,7 @@ export interface IInputs { emailAddress?: string; phoneCountry?: string; phoneNumber?: string; + registrationToken?: string; } export interface IStageStatus { @@ -80,6 +81,7 @@ export interface IAuthDict { // eslint-disable-next-line camelcase threepid_creds?: any; threepidCreds?: any; + registrationToken?: string; } class NoAuthFlowFoundError extends Error {