pub async fn oauth_auth(
configuration: &Configuration,
) -> Result<(), Error<OauthAuthError>>
Expand description
This endpoint is not documented here because you should never use your own implementation to perform OAuth2 flows. OAuth2 is a very popular protocol and a library for your programming language will exists. To learn more about this flow please refer to the specification: https://tools.ietf.org/html/rfc6749