Expiry Time of Statetoken can be extended in anyway in the Authn process?

Hi All,

Is there a way we can extend the expiration time of the state token in an Authentication process? Looks like it is always set to 5 minutes.

It will be helpful if anyone can add valuable inputs here.

{
“stateToken”: “x9xY9GdIqCjtR5Ybp***”,
“expiresAt”: “2022-09-13T11:55:03.000Z”,
“status”: “MFA_ENROLL”,
.
.
.
.
}

FYI: i am getting the state token when authenticating using the end point “{{url}}/api/v1/authn” by passing one time token generated using OKTA API’s.

Sample request used for authentication end point:
{
“token”: “kjhtdWT9M2****pywd”
}

Thanks,
Porkizhi.J