Struct mas_router::Reauth
source · pub struct Reauth { /* private fields */ }
Expand description
GET|POST /reauth
Implementations§
source§impl Reauth
impl Reauth
pub fn and_then(action: PostAuthAction) -> Self
pub fn and_continue_grant(data: Ulid) -> Self
pub fn and_continue_device_code_grant(data: Ulid) -> Self
sourcepub fn post_auth_action(&self) -> Option<&PostAuthAction>
pub fn post_auth_action(&self) -> Option<&PostAuthAction>
Get a reference to the reauth’s post auth action.
pub fn go_next(&self, url_builder: &UrlBuilder) -> Redirect
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Reauth
impl RefUnwindSafe for Reauth
impl Send for Reauth
impl Sync for Reauth
impl Unpin for Reauth
impl UnwindSafe for Reauth
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)