[][src]Function open_api_hydra::apis::public_api::oauth_auth

pub async fn oauth_auth<'_>(
    configuration: &'_ Configuration
) -> Result<(), Error<OauthAuthError>>

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