pub struct PostGwApiV1SsoSessionsRequest {
pub header: PostGwApiV1SsoSessionsRequestHeader,
pub body: AccountRequestBody,
}Expand description
Scope: sso-sessions.write
Security Policy: Signed JWT
Fields§
§header: PostGwApiV1SsoSessionsRequestHeader§body: AccountRequestBodyCreate session on behalf of end-user.
Implementations§
Source§impl PostGwApiV1SsoSessionsRequest
impl PostGwApiV1SsoSessionsRequest
Sourcepub async fn parse_response(
req: Response,
) -> Result<PostGwApiV1SsoSessionsResponse>
pub async fn parse_response( req: Response, ) -> Result<PostGwApiV1SsoSessionsResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for PostGwApiV1SsoSessionsRequest
impl Clone for PostGwApiV1SsoSessionsRequest
Source§fn clone(&self) -> PostGwApiV1SsoSessionsRequest
fn clone(&self) -> PostGwApiV1SsoSessionsRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'v_a> ValidateArgs<'v_a> for PostGwApiV1SsoSessionsRequest
impl<'v_a> ValidateArgs<'v_a> for PostGwApiV1SsoSessionsRequest
Auto Trait Implementations§
impl Freeze for PostGwApiV1SsoSessionsRequest
impl RefUnwindSafe for PostGwApiV1SsoSessionsRequest
impl Send for PostGwApiV1SsoSessionsRequest
impl Sync for PostGwApiV1SsoSessionsRequest
impl Unpin for PostGwApiV1SsoSessionsRequest
impl UnsafeUnpin for PostGwApiV1SsoSessionsRequest
impl UnwindSafe for PostGwApiV1SsoSessionsRequest
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