Struct dittolive_ditto::auth::AuthenticationClientFeedback [−][src]
Expand description
This wraps an optional JSON blob that could be provided by an authetication provider. It can be used to give details about the authentication or explain why it was rejected.
Fields
feedback: Option<Value>
Trait Implementations
Auto Trait Implementations
impl Send for AuthenticationClientFeedback
impl Sync for AuthenticationClientFeedback
impl Unpin for AuthenticationClientFeedback
impl UnwindSafe for AuthenticationClientFeedback
Blanket Implementations
Mutably borrows from an owned value. Read more