Raw.auth.SentCodeTypeSetUpEmailRequired

Raw.auth.SentCodeTypeSetUpEmailRequired

The user should add and verify an email address in order to login as described here.

auth.sentCodeTypeSetUpEmailRequired#a5491dea flags:# apple_signin_allowed:flags.0?true google_signin_allowed:flags.1?true = auth.SentCodeType;
export namespace Raw {
  export namespace auth {
    export class SentCodeTypeSetUpEmailRequired {
      constructor(params: { appleSigninAllowed?: boolean; googleSigninAllowed?: boolean }) {}
    }
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0xa5491dea

Property

  • appleSigninAllowed : boolean or undefined

    Whether authorization through apple id is allowed

  • googleSigninAllowed : boolean or undefined

    Whether authorization through google id is allowed