Hierarchy

  • StartSessionResponse

Properties

actionRequired: boolean

If this is a response to startWithCredentials:

A boolean indicating whether action is required from you to continue this login attempt. If false, you should expect for authenticated to be emitted shortly.

If this is a response to startWithCredentials:

If actionRequired is true, this is an array of objects indicating which actions you could take to continue this login attempt. Each object has these properties:

  • type - A value from EAuthSessionGuardType
  • detail - An optional string containing more details about this guard option. Right now, the only known use for this is that it contains your email address' domain for EmailCode.
qrChallengeUrl?: string

If this is a response to startWithQR:

A string containing the URL that should be encoded into a QR code and then scanned with the Steam mobile app.

Generated using TypeDoc