pub async fn create_o_auth2_client(
    configuration: &Configuration,
    o_auth2_client: &OAuth2Client
) -> Result<OAuth2Client, Error<CreateOAuth2ClientError>>
Expand description

Create a new OAuth 2.0 client. If you pass client_secret the secret is used, otherwise a random secret is generated. The secret is echoed in the response. It is not possible to retrieve it later on.