pub struct PostGwApiV1SsoBrowserSessionsRequest {
pub header: PostGwApiV1SsoBrowserSessionsRequestHeader,
pub body: AccountRequestBody,
}Expand description
Scope: sso-browser-sessions.write
Security Policy: Signed JWT
Fields§
§header: PostGwApiV1SsoBrowserSessionsRequestHeader§body: AccountRequestBodyCreate browser session on behalf of end-user.
Implementations§
Source§impl PostGwApiV1SsoBrowserSessionsRequest
impl PostGwApiV1SsoBrowserSessionsRequest
Sourcepub async fn parse_response(
req: Response,
) -> Result<PostGwApiV1SsoBrowserSessionsResponse>
pub async fn parse_response( req: Response, ) -> Result<PostGwApiV1SsoBrowserSessionsResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for PostGwApiV1SsoBrowserSessionsRequest
impl Clone for PostGwApiV1SsoBrowserSessionsRequest
Source§fn clone(&self) -> PostGwApiV1SsoBrowserSessionsRequest
fn clone(&self) -> PostGwApiV1SsoBrowserSessionsRequest
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 PostGwApiV1SsoBrowserSessionsRequest
impl<'v_a> ValidateArgs<'v_a> for PostGwApiV1SsoBrowserSessionsRequest
Auto Trait Implementations§
impl Freeze for PostGwApiV1SsoBrowserSessionsRequest
impl RefUnwindSafe for PostGwApiV1SsoBrowserSessionsRequest
impl Send for PostGwApiV1SsoBrowserSessionsRequest
impl Sync for PostGwApiV1SsoBrowserSessionsRequest
impl Unpin for PostGwApiV1SsoBrowserSessionsRequest
impl UnsafeUnpin for PostGwApiV1SsoBrowserSessionsRequest
impl UnwindSafe for PostGwApiV1SsoBrowserSessionsRequest
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