state property

String? state
final

When the authorization server redirects back to the client, it includes the state value originally sent. The client can verify that the returned state matches the one it initially sent.

Implementation

final String? state;