codeVerifier property

String? codeVerifier
final

The code verifier generated by AppAuth when issuing the authorization request.

Use this when exchanging the authorizationCode for a token.

Implementation

final String? codeVerifier;