From 91a8a761063d4b76ef302bedf8c7f2ada4fdc4fe Mon Sep 17 00:00:00 2001 From: realaravinth Date: Sun, 11 Apr 2021 07:17:51 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=2016dd4?= =?UTF-8?q?125c3da29285fd19da0b796bc9ac4951088=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- guard/all.html | 2 +- guard/api/v1/fn.services.html | 2 +- guard/api/v1/index.html | 2 +- guard/api/v1/mcaptcha/pow/index.html | 4 +- guard/api/v1/mcaptcha/pow/sidebar-items.js | 2 +- .../api/v1/mcaptcha/pow/verify_pow/index.html | 4 +- .../mcaptcha/pow/verify_pow/sidebar-items.js | 2 +- .../verify_pow/struct.ValidationToken.html | 10 +- .../pow/verify_pow/struct.verify_pow.html | 2 +- .../v1/mcaptcha/pow/verify_token/index.html | 6 + .../pow/verify_token/sidebar-items.js | 1 + .../struct.CaptchaValidateResp.html} | 19 +- .../struct.validate_captcha_token.html | 112 +++++++ .../service/trait.HttpServiceFactory.js | 2 +- implementors/core/clone/trait.Clone.js | 2 +- implementors/core/fmt/trait.Debug.js | 2 +- implementors/core/marker/trait.Freeze.js | 2 +- implementors/core/marker/trait.Send.js | 2 +- implementors/core/marker/trait.Sync.js | 2 +- implementors/core/marker/trait.Unpin.js | 2 +- implementors/serde/de/trait.Deserialize.js | 2 +- implementors/serde/ser/trait.Serialize.js | 2 +- implementors/std/panic/trait.RefUnwindSafe.js | 2 +- implementors/std/panic/trait.UnwindSafe.js | 2 +- search-index.js | 2 +- source-files.js | 2 +- src/guard/api/v1/mcaptcha/pow/mod.rs.html | 2 + .../api/v1/mcaptcha/pow/verify_pow.rs.html | 12 - .../api/v1/mcaptcha/pow/verify_token.rs.html | 313 ++++++++++++++++++ src/guard/api/v1/mod.rs.html | 2 + 30 files changed, 473 insertions(+), 50 deletions(-) create mode 100644 guard/api/v1/mcaptcha/pow/verify_token/index.html create mode 100644 guard/api/v1/mcaptcha/pow/verify_token/sidebar-items.js rename guard/api/v1/mcaptcha/pow/{verify_pow/struct.PoWConfig.html => verify_token/struct.CaptchaValidateResp.html} (83%) create mode 100644 guard/api/v1/mcaptcha/pow/verify_token/struct.validate_captcha_token.html create mode 100644 src/guard/api/v1/mcaptcha/pow/verify_token.rs.html diff --git a/guard/all.html b/guard/all.html index c047bc33..935749a9 100644 --- a/guard/all.html +++ b/guard/all.html @@ -3,5 +3,5 @@

List of all items[] -

Structs

Enums

Functions

Typedefs

Statics

Constants

+

Structs

Enums

Functions

Typedefs

Statics

Constants

\ No newline at end of file diff --git a/guard/api/v1/fn.services.html b/guard/api/v1/fn.services.html index 4d6998f8..aae28af8 100644 --- a/guard/api/v1/fn.services.html +++ b/guard/api/v1/fn.services.html @@ -1,5 +1,5 @@ guard::api::v1::services - Rust

Function guard::api::v1::services[][src]

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

Function guard::api::v1::services[][src]

pub fn services(cfg: &mut ServiceConfig)
\ No newline at end of file diff --git a/guard/api/v1/index.html b/guard/api/v1/index.html index f8a0de3e..b8e45951 100644 --- a/guard/api/v1/index.html +++ b/guard/api/v1/index.html @@ -1,7 +1,7 @@ guard::api::v1 - Rust

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

Modules

+ Change settings

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

Modules

auth
mcaptcha
meta

Functions

services
\ No newline at end of file diff --git a/guard/api/v1/mcaptcha/pow/index.html b/guard/api/v1/mcaptcha/pow/index.html index 102b983d..9896ea6b 100644 --- a/guard/api/v1/mcaptcha/pow/index.html +++ b/guard/api/v1/mcaptcha/pow/index.html @@ -1,7 +1,7 @@ guard::api::v1::mcaptcha::pow - Rust

Module guard::api::v1::mcaptcha::pow[][src]

Re-exports

+ Change settings

Module guard::api::v1::mcaptcha::pow[][src]

Re-exports

pub use super::duration::GetDurationResp;
pub use super::is_authenticated;
pub use super::levels::I32Levels;

Modules

-
get_config
verify_pow
+
get_config
verify_pow
verify_token
\ No newline at end of file diff --git a/guard/api/v1/mcaptcha/pow/sidebar-items.js b/guard/api/v1/mcaptcha/pow/sidebar-items.js index 0110ed47..fb1f08f6 100644 --- a/guard/api/v1/mcaptcha/pow/sidebar-items.js +++ b/guard/api/v1/mcaptcha/pow/sidebar-items.js @@ -1 +1 @@ -initSidebarItems({"mod":[["get_config",""],["verify_pow",""]]}); \ No newline at end of file +initSidebarItems({"mod":[["get_config",""],["verify_pow",""],["verify_token",""]]}); \ No newline at end of file diff --git a/guard/api/v1/mcaptcha/pow/verify_pow/index.html b/guard/api/v1/mcaptcha/pow/verify_pow/index.html index 8b542191..d054be8a 100644 --- a/guard/api/v1/mcaptcha/pow/verify_pow/index.html +++ b/guard/api/v1/mcaptcha/pow/verify_pow/index.html @@ -1,6 +1,6 @@ guard::api::v1::mcaptcha::pow::verify_pow - Rust

Module guard::api::v1::mcaptcha::pow::verify_pow[][src]

Structs

-
PoWConfig
ValidationToken
verify_pow
+ Change settings

Module guard::api::v1::mcaptcha::pow::verify_pow[][src]

Structs

+
ValidationToken
verify_pow
\ No newline at end of file diff --git a/guard/api/v1/mcaptcha/pow/verify_pow/sidebar-items.js b/guard/api/v1/mcaptcha/pow/verify_pow/sidebar-items.js index 84eba331..d46aa734 100644 --- a/guard/api/v1/mcaptcha/pow/verify_pow/sidebar-items.js +++ b/guard/api/v1/mcaptcha/pow/verify_pow/sidebar-items.js @@ -1 +1 @@ -initSidebarItems({"struct":[["PoWConfig",""],["ValidationToken",""],["verify_pow",""]]}); \ No newline at end of file +initSidebarItems({"struct":[["ValidationToken",""],["verify_pow",""]]}); \ No newline at end of file diff --git a/guard/api/v1/mcaptcha/pow/verify_pow/struct.ValidationToken.html b/guard/api/v1/mcaptcha/pow/verify_pow/struct.ValidationToken.html index 2382acee..dfaea12a 100644 --- a/guard/api/v1/mcaptcha/pow/verify_pow/struct.ValidationToken.html +++ b/guard/api/v1/mcaptcha/pow/verify_pow/struct.ValidationToken.html @@ -1,14 +1,14 @@ guard::api::v1::mcaptcha::pow::verify_pow::ValidationToken - Rust

Struct guard::api::v1::mcaptcha::pow::verify_pow::ValidationToken[][src]

pub struct ValidationToken {
+                Change settings

Struct guard::api::v1::mcaptcha::pow::verify_pow::ValidationToken[][src]

pub struct ValidationToken {
     pub token: String,
 }

- Fields

token: String

Trait Implementations

impl Clone for ValidationToken[src]