Crate oauth2_core

Source

Re-exports§

pub use http;
pub use mime;
pub use serde;
pub use serde_enum_str;
pub use serde_json;
pub use url;

Modules§

access_token_request
https://datatracker.ietf.org/doc/html/rfc6749#section-4.1.3 https://datatracker.ietf.org/doc/html/rfc6749#section-4.3.2 https://datatracker.ietf.org/doc/html/rfc6749#section-4.4.2 https://datatracker.ietf.org/doc/html/rfc8628#section-3.4 https://datatracker.ietf.org/doc/html/rfc7523#section-2.1
access_token_response
https://datatracker.ietf.org/doc/html/rfc6749#section-5
authorization_code_grant
rfc6749#section-4.1
client_credentials_grant
rfc6749#section-4.4
device_authorization_grant
RFC 8628
jwt_authorization_grant
rfc7523
re_exports
resource_owner_password_credentials_grant
rfc6749#section-4.3
types
utils