openauth-core 0.0.4

Core types and primitives for OpenAuth.
Documentation
1
2
3
4
5
6
//! Plugin endpoint contributions.

use crate::api::AsyncAuthEndpoint;

/// Async endpoint contributed by a plugin.
pub type PluginEndpoint = AsyncAuthEndpoint;