Struct authy::Client [] [src]

pub struct Client {
    pub retry_count: u8,
    pub retry_wait: u16,
    // some fields omitted
}

The Authy REST client.

This allows the rest of this library to interact with the Authy API service.

Fields

Configure the client to retry the request retry_count number of times when the service is unavailable.

Duration of time to wait between retry attempts.

Methods

impl Client
[src]

Create a new client to the Authy service.

Send a get request to the Authy service. This is intended to be used by the library and not the user.

Send a post request to the Authy service. This is intended to be used by the library and not the user.

Trait Implementations

impl Debug for Client
[src]

Formats the value using the given formatter.