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]