Skip to main content

PlatformClaimProvider

Trait PlatformClaimProvider 

Source
pub trait PlatformClaimProvider {
    // Required methods
    fn platform_name(&self) -> &'static str;
    fn authenticate_and_publish(
        &self,
        ctx: &ClaimContext<'_>,
    ) -> Result<PlatformAuth>;
}

Required Methods§

Implementors§