Enum yup_oauth2::TokenType [] [src]

pub enum TokenType {
    Bearer,
}

Represents all implemented token types

Variants

Means that whoever bears the access token will be granted access

Trait Implementations

impl Debug for TokenType
[src]

Formats the value using the given formatter.

impl PartialEq for TokenType
[src]

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

This method tests for !=.

impl Clone for TokenType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl AsRef<str> for TokenType
[src]

Performs the conversion.

impl FromStr for TokenType
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more