state property
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;
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.
final String? state;