Docs.rs
indieweb-cli-common-0.1.1
indieweb-cli-common 0.1.1
Permalink
Docs.rs crate page
AGPL-3.0
Links
Homepage
Repository
crates.io
Source
Owners
jalcine
Dependencies
axum ^0.8
normal
axum-extra ^0.10
normal
base64 ^0.22
normal
clap ^4
normal
directories ^6
normal
http ^1
normal
indieweb ^0.9.1
normal
miette ^7.2
normal
open ^5
normal
rand ^0.9
normal
secrecy ^0.10
normal
serde ^1.0
normal
serde_json ^1.0
normal
serde_urlencoded ^0.7
normal
sha2 ^0.10
normal
thiserror ^2
normal
tokio ^1
normal
toml ^0.8
normal
tracing ^0.1
normal
url ^2.5
normal
Versions
0%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
authenticate
indieweb_
cli_
common
0.1.1
In indieweb_
cli_
common::
auth
indieweb_cli_common
::
auth
Function
authenticate
Copy item path
Source
pub async fn authenticate( me: &
Url
, config: &
IndieAuthConfig
, scope: &
str
, ) ->
Result
<
AuthResult
>