From b327a0da268ed40e32751b91517079b24550e408 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Mon, 12 Apr 2021 05:57:16 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20d3235?= =?UTF-8?q?0e2b63ef78c27938ece3c5069c354c47360=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- guard/api/v1/auth/fn.is_authenticated.html | 2 +- guard/api/v1/auth/index.html | 2 +- .../v1/auth/struct.AccountCheckPayload.html | 10 +-- .../api/v1/auth/struct.AccountCheckResp.html | 10 +-- guard/api/v1/auth/struct.Register.html | 4 +- guard/api/v1/auth/struct.Secret.html | 10 +-- guard/api/v1/auth/struct.delete_account.html | 2 +- guard/api/v1/auth/struct.email_exists.html | 2 +- guard/api/v1/auth/struct.get_secret.html | 2 +- guard/api/v1/auth/struct.signin.html | 2 +- guard/api/v1/auth/struct.signout.html | 2 +- .../v1/auth/struct.update_user_secret.html | 2 +- guard/api/v1/auth/struct.username_exists.html | 2 +- search-index.js | 2 +- src/guard/api/v1/auth.rs.html | 66 +++++++++++++++---- 15 files changed, 82 insertions(+), 38 deletions(-) diff --git a/guard/api/v1/auth/fn.is_authenticated.html b/guard/api/v1/auth/fn.is_authenticated.html index 28e39217..04e094cb 100644 --- a/guard/api/v1/auth/fn.is_authenticated.html +++ b/guard/api/v1/auth/fn.is_authenticated.html @@ -1,6 +1,6 @@ guard::api::v1::auth::is_authenticated - Rust

Function guard::api::v1::auth::is_authenticated[][src]

pub fn is_authenticated(id: &Identity) -> Result<(), ServiceError>

Check if user is authenticated

+ Change settings

Function guard::api::v1::auth::is_authenticated[][src]

pub fn is_authenticated(id: &Identity) -> Result<(), ServiceError>

Check if user is authenticated

\ No newline at end of file diff --git a/guard/api/v1/auth/index.html b/guard/api/v1/auth/index.html index 094d32a7..ec900a59 100644 --- a/guard/api/v1/auth/index.html +++ b/guard/api/v1/auth/index.html @@ -1,7 +1,7 @@ guard::api::v1::auth - Rust

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

Structs

+ Change settings

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

Structs

AccountCheckPayload
AccountCheckResp
Login
Password
Register
Secret
delete_account
email_exists
get_secret
signin
signout
signup
update_user_secret
username_exists

Functions

is_authenticated

Check if user is authenticated

diff --git a/guard/api/v1/auth/struct.AccountCheckPayload.html b/guard/api/v1/auth/struct.AccountCheckPayload.html index 545310c8..fe34734f 100644 --- a/guard/api/v1/auth/struct.AccountCheckPayload.html +++ b/guard/api/v1/auth/struct.AccountCheckPayload.html @@ -1,14 +1,14 @@ guard::api::v1::auth::AccountCheckPayload - Rust

Struct guard::api::v1::auth::AccountCheckPayload[][src]

pub struct AccountCheckPayload {
+                Change settings

Struct guard::api::v1::auth::AccountCheckPayload[][src]

pub struct AccountCheckPayload {
     pub val: String,
 }

- Fields

val: String

Trait Implementations

impl Clone for AccountCheckPayload[src]