[][src]Function libtwitch_rs::auth::auth_code_flow

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