codeVerifier

public final CodeExchangeRequest.Builder codeVerifier(String codeVerifier)

Set the code verifier. Should be the original plain text code verifier (code_challenge) used in the initial authorization request (PKCE).

Return

The builder.

Parameters

codeVerifier

The code verifier.