pkce
0.2.0
code_
verifier
Sections
Arguments
In crate pkce
pkce
Function
code_verifier
Copy item path
Source
pub fn code_verifier(length:
usize
) ->
Vec
<
u8
>
Expand description
Generate a random code verifier.
ยง
Arguments
length
- The desired length in bytes of the code verifier. This value should be between 43 and 128 or else the function will panic.