state property
OPTIONAL.
Opaque value used by the RP to maintain state between the logout request
and the callback to the endpoint specified by the
post_logout_redirect_uri parameter.
If included in the logout request, the OP passes this value back to the RP using the state parameter when redirecting the User Agent back to the RP.
Implementation
@JsonKey(name: OidcConstants_AuthParameters.state)
final String? state;