Struct inth_oauth2_slack::Slack [] [src]

pub struct Slack;

The memberless struct that you'll use to authenticate with the Slack service.

Trait Implementations

impl Debug for Slack
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Slack
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Slack
[src]

impl PartialEq for Slack
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for Slack
[src]

impl Provider for Slack
[src]

The lifetime of tokens issued by the provider.

The type of token issued by the provider.

[src]

The authorization endpoint URI. Read more

[src]

The token endpoint URI. Read more

[src]

Provider requires credentials via request body. Read more

Auto Trait Implementations

impl Send for Slack

impl Sync for Slack