Interface: XmBindIdResponse

Represents that result of an authentication request submitted to BindID.

Hierarchy

  • XmBindIdResponse

Properties

code

Readonly code: string

Authorization code returned by BindID. This can be used to obtain the resulting ID Token and Access Token by invoking the token endpoint on the BindID OAuth API. This value is typically sent to application backend where it is exchanged for the sensitive Access Token.


state

Optional Readonly state: string | null

Optional. The state value returned from the BindID process. This must match the state passed in the BindID invocation request, if one was passed.