Interface LoginStep2Request

Login step 2 request.

Hierarchy

  • LoginStep2Request

Properties

appIdHash: string

SHA-256 of api_id:app_secret in hex.

code: string

This is the auth_code which is received from the first step.

grant_type: string

This value must always be “authorization_code”.

Generated using TypeDoc