Struct searchspot::config::AuthConfig [] [src]

pub struct AuthConfig {
    pub enabled: bool,
    pub read: String,
    pub write: String,
}

Contain the secrets to grant read and write authorizations.

Fields

Methods

impl AuthConfig
[src]

Trait Implementations

impl Clone for AuthConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AuthConfig
[src]

Formats the value using the given formatter.

impl Display for AuthConfig
[src]

Formats the value using the given formatter.