pkce

Function code_challenge

Source
pub fn code_challenge(code_verifier: &[u8]) -> String
Expand description

Generate a code challenge from a given code verifier with SHA256 and base64.

ยงArguments

  • code_verifier - The code verifier, such as the one generated by the code_verifier function.