diff --git a/mcaptcha/api/v1/auth/fn.services.html b/mcaptcha/api/v1/auth/fn.services.html index ca725267..a74148c4 100644 --- a/mcaptcha/api/v1/auth/fn.services.html +++ b/mcaptcha/api/v1/auth/fn.services.html @@ -1,5 +1,5 @@ services in mcaptcha::api::v1::auth - Rust

Function mcaptcha::api::v1::auth::services[][src]

pub fn services(cfg: &mut ServiceConfig)
+ Change settings

Function mcaptcha::api::v1::auth::services[][src]

pub fn services(cfg: &mut ServiceConfig)
\ No newline at end of file diff --git a/mcaptcha/api/v1/auth/index.html b/mcaptcha/api/v1/auth/index.html index 6c2b9e65..40defe53 100644 --- a/mcaptcha/api/v1/auth/index.html +++ b/mcaptcha/api/v1/auth/index.html @@ -1,7 +1,7 @@ mcaptcha::api::v1::auth - Rust

Module mcaptcha::api::v1::auth[][src]

Modules

+ Change settings

Module mcaptcha::api::v1::auth[][src]

Modules

routes
runners

Structs

login
register
signout

Functions

services
diff --git a/mcaptcha/api/v1/auth/runners/fn.register_runner.html b/mcaptcha/api/v1/auth/runners/fn.register_runner.html index d7cb04cd..6f62a8de 100644 --- a/mcaptcha/api/v1/auth/runners/fn.register_runner.html +++ b/mcaptcha/api/v1/auth/runners/fn.register_runner.html @@ -1,5 +1,5 @@ register_runner in mcaptcha::api::v1::auth::runners - Rust

Function mcaptcha::api::v1::auth::runners::register_runner[][src]

pub async fn register_runner(
    payload: &Register,
    data: &AppData
) -> Result<(), ServiceError>
+ Change settings

Function mcaptcha::api::v1::auth::runners::register_runner[][src]

pub async fn register_runner(
    payload: &Register,
    data: &AppData
) -> Result<(), ServiceError>
\ No newline at end of file diff --git a/mcaptcha/api/v1/auth/runners/index.html b/mcaptcha/api/v1/auth/runners/index.html index 47ec56ab..e58958b0 100644 --- a/mcaptcha/api/v1/auth/runners/index.html +++ b/mcaptcha/api/v1/auth/runners/index.html @@ -1,7 +1,7 @@ mcaptcha::api::v1::auth::runners - Rust

Module mcaptcha::api::v1::auth::runners[][src]

Structs

+ Change settings

Module mcaptcha::api::v1::auth::runners[][src]

Structs

Login
Password
Register

Functions

login_runner

returns Ok(()) when everything checks out and the user is authenticated. Erros otherwise

register_runner
diff --git a/mcaptcha/api/v1/auth/struct.login.html b/mcaptcha/api/v1/auth/struct.login.html index e8d81a0f..47e3df6e 100644 --- a/mcaptcha/api/v1/auth/struct.login.html +++ b/mcaptcha/api/v1/auth/struct.login.html @@ -1,7 +1,7 @@ login in mcaptcha::api::v1::auth - Rust

Struct mcaptcha::api::v1::auth::login[][src]

pub struct login;

Trait Implementations

impl HttpServiceFactory for login[src]

Auto Trait Implementations

impl RefUnwindSafe for login

impl Send for login

impl Sync for login

impl Unpin for login

impl UnwindSafe for login

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

Struct mcaptcha::api::v1::auth::login[][src]

pub struct login;

Trait Implementations

impl HttpServiceFactory for login[src]

Auto Trait Implementations

impl RefUnwindSafe for login

impl Send for login

impl Sync for login

impl Unpin for login

impl UnwindSafe for login

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Conv for T