mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2026-01-03 18:05:04 +01:00
Add header styling to the AuthenticatorBuilder rustdoc
This commit is contained in:
@@ -139,7 +139,7 @@ impl DeviceFlowAuthenticator {
|
||||
}
|
||||
}
|
||||
|
||||
/// Methods available when building any Authenticator.
|
||||
/// ## Methods available when building any Authenticator.
|
||||
/// ```
|
||||
/// # async fn foo() {
|
||||
/// # let custom_hyper_client = hyper::Client::new();
|
||||
@@ -225,7 +225,7 @@ impl<C, F> AuthenticatorBuilder<C, F> {
|
||||
}
|
||||
}
|
||||
|
||||
/// Methods available when building a device flow Authenticator.
|
||||
/// ## Methods available when building a device flow Authenticator.
|
||||
/// ```
|
||||
/// # async fn foo() {
|
||||
/// # let custom_flow_delegate = yup_oauth2::authenticator_delegate::DefaultFlowDelegate;
|
||||
@@ -286,7 +286,7 @@ impl<C> AuthenticatorBuilder<C, DeviceFlow> {
|
||||
}
|
||||
}
|
||||
|
||||
/// Methods available when building an installed flow Authenticator.
|
||||
/// ## Methods available when building an installed flow Authenticator.
|
||||
/// ```
|
||||
/// # async fn foo() {
|
||||
/// # use yup_oauth2::InstalledFlowReturnMethod;
|
||||
|
||||
Reference in New Issue
Block a user