Type Alias Parts

Source
pub type Parts = (String, Method);
Expand description

Represents PKCE code challenge parts.

Trait Implementations§

Source§

impl From<Challenge> for Parts

Source§

fn from(challenge: Challenge) -> Self

Converts to this type from the input type.