[][src]Trait openidconnect::ResponseType

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

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

Required methods

fn to_oauth2(&self) -> ResponseType

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...