Struct aws_sdk_ssoadmin::types::builders::JwtBearerGrantBuilder
source · #[non_exhaustive]pub struct JwtBearerGrantBuilder { /* private fields */ }
Expand description
A builder for JwtBearerGrant
.
Implementations§
source§impl JwtBearerGrantBuilder
impl JwtBearerGrantBuilder
Appends an item to authorized_token_issuers
.
To override the contents of this collection use set_authorized_token_issuers
.
A list of allowed token issuers trusted by the Identity Center instances for this application.
A list of allowed token issuers trusted by the Identity Center instances for this application.
A list of allowed token issuers trusted by the Identity Center instances for this application.
sourcepub fn build(self) -> JwtBearerGrant
pub fn build(self) -> JwtBearerGrant
Consumes the builder and constructs a JwtBearerGrant
.
Trait Implementations§
source§impl Clone for JwtBearerGrantBuilder
impl Clone for JwtBearerGrantBuilder
source§fn clone(&self) -> JwtBearerGrantBuilder
fn clone(&self) -> JwtBearerGrantBuilder
Returns a copy 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 Debug for JwtBearerGrantBuilder
impl Debug for JwtBearerGrantBuilder
source§impl Default for JwtBearerGrantBuilder
impl Default for JwtBearerGrantBuilder
source§fn default() -> JwtBearerGrantBuilder
fn default() -> JwtBearerGrantBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for JwtBearerGrantBuilder
impl PartialEq for JwtBearerGrantBuilder
source§fn eq(&self, other: &JwtBearerGrantBuilder) -> bool
fn eq(&self, other: &JwtBearerGrantBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for JwtBearerGrantBuilder
Auto Trait Implementations§
impl RefUnwindSafe for JwtBearerGrantBuilder
impl Send for JwtBearerGrantBuilder
impl Sync for JwtBearerGrantBuilder
impl Unpin for JwtBearerGrantBuilder
impl UnwindSafe for JwtBearerGrantBuilder
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> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.