[][src]Trait openidconnect::ResponseType

pub trait ResponseType: AsRef<str> + Debug + DeserializeOwned + Serialize + 'static {
    pub fn to_oauth2(&self) -> ResponseType;
}

Response type indicating the desired authorization processing flow, including what parameters are returned from the endpoints used.

Required methods

pub fn to_oauth2(&self) -> ResponseType[src]

Converts this OpenID Connect response type to an oauth2::ResponseType used by the underyling oauth2 crate.

Loading content...

Implementors

impl ResponseType for CoreResponseType[src]

Loading content...