codeVerifier property

String? codeVerifier
final

The code verifier generated by AppAuth when issue the authorization request. Use this when exchanging the authorizationCode for a token.

Implementation

final String? codeVerifier;