Enum kanidm_proto::internal::AppLink
source · [−]pub enum AppLink {
Oauth2 {
name: String,
display_name: String,
redirect_url: Url,
icon: Option<Url>,
},
}
Expand description
This is a description of a linked or connected application for a user. This is used in the UI to render applications on the dashboard for a user to access.
Variants
Oauth2
Trait Implementations
sourceimpl<'de> Deserialize<'de> for AppLink
impl<'de> Deserialize<'de> for AppLink
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for AppLink
impl Send for AppLink
impl Sync for AppLink
impl Unpin for AppLink
impl UnwindSafe for AppLink
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