Skip to main content

get_openai_chatgpt_auth_url

Function get_openai_chatgpt_auth_url 

Source
pub fn get_openai_chatgpt_auth_url(
    challenge: &PkceChallenge,
    callback_port: u16,
    state: &str,
) -> String
Expand description

Build the OpenAI ChatGPT OAuth authorization URL.