new RequestInfo()
Request info object created from the response received from AAD.
- Source:
Properties:
Name | Type | Description |
---|---|---|
parameters |
object | object comprising of fields such as id_token/error, session_state, state, e.t.c. |
requestType |
REQUEST_TYPE | either LOGIN, RENEW_TOKEN or UNKNOWN. |
stateMatch |
boolean | true if state is valid, false otherwise. |
stateResponse |
string | unique guid used to match the response with the request. |
valid |
boolean | true if requestType contains id_token, access_token or error, false otherwise. |