Enum oauth2::ResponseType [] [src]

pub enum ResponseType {
    Code,
    Token,
    Extension(String),
}

The possible values for the response_type parameter.

See https://tools.ietf.org/html/rfc6749#section-3.1.1

Variants

Trait Implementations

impl<'a> From<&'a str> for ResponseType
[src]

Performs the conversion.

impl Display for ResponseType
[src]

Formats the value using the given formatter. Read more