pub struct OidcFederationBeginResponse {
pub authorization_url: String,
pub state: String,
pub code_verifier: String,
}Expand description
Response from begin() — redirect the user to authorization_url.
Fields§
§state: String§code_verifier: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for OidcFederationBeginResponse
impl RefUnwindSafe for OidcFederationBeginResponse
impl Send for OidcFederationBeginResponse
impl Sync for OidcFederationBeginResponse
impl Unpin for OidcFederationBeginResponse
impl UnsafeUnpin for OidcFederationBeginResponse
impl UnwindSafe for OidcFederationBeginResponse
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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