Skip to main content

oauth_post

Function oauth_post 

Source
pub fn oauth_post(
    host: &str,
    path: &str,
    form: &str,
) -> Result<String, &'static str>
Expand description

OAuth2 トークン/デバイスコードエンドポイントへ form POST し、レスポンス本文を返す。