Enum kanidmd_lib::idm::oauth2::AuthoriseResponse
source · [−]pub enum AuthoriseResponse {
ConsentRequested {
client_name: String,
scopes: Vec<String>,
pii_scopes: Vec<String>,
consent_token: String,
},
Permitted(AuthorisePermitSuccess),
}
Variants
ConsentRequested
Permitted(AuthorisePermitSuccess)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AuthoriseResponse
impl Send for AuthoriseResponse
impl Sync for AuthoriseResponse
impl Unpin for AuthoriseResponse
impl UnwindSafe for AuthoriseResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more