I have created regular webapp application using auth0. I am trying to authenication using Authentication API Explorer, but response is like this below. no access_token is returned
GuzzleHttp\Psr7\Response {#410 ▼
-reasonPhrase: “OK”
-statusCode: 200
-headers: array:23 [
]
-headerNames: array:23 [
]
-protocol: “1.1”
-stream: GuzzleHttp\Psr7\Stream {#406
}
}