[][src]Trait openidconnect::ResponseMode

pub trait ResponseMode: Debug + DeserializeOwned + Serialize + 'static { }

Response mode indicating how the OpenID Connect Provider should return the Authorization Response to the Relying Party (client).

Implementors

impl ResponseMode for CoreResponseMode[src]

Loading content...