codeChallenge property

String codeChallenge
final

The code challenge, computed as base64Url(sha256(codeVerifier)) with padding removed as per the spec.

Implementation

final String codeChallenge;