Struct acme_client::Authorization [] [src]

pub struct Authorization<'a>(_);

Identifier authorization object.

Methods

impl<'a> Authorization<'a>
[src]

[src]

Gets a challenge.

Pattern is used in starts_with for type comparison.

[src]

Gets http challenge

[src]

Gets dns challenge

[src]

Gets tls-sni challenge

Trait Implementations

Auto Trait Implementations

impl<'a> Send for Authorization<'a>

impl<'a> Sync for Authorization<'a>