libtwitch_rs::auth

Function auth_code_flow

Source
pub fn auth_code_flow(
    c: &TwitchClient,
    redirect_url: &str,
    scope: &[Scope],
    state: &str,
) -> String