Struct aws_sdk_cognitoidentity::input::GetOpenIdTokenInput [−][src]
#[non_exhaustive]pub struct GetOpenIdTokenInput {
pub identity_id: Option<String>,
pub logins: Option<HashMap<String, String>>,
}Expand description
Input to the GetOpenIdToken action.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.identity_id: Option<String>A unique identifier in the format REGION:GUID.
logins: Option<HashMap<String, String>>A set of optional name-value pairs that map provider names to provider tokens. When
using graph.facebook.com and www.amazon.com, supply the access_token returned from the
provider's authflow. For accounts.google.com, an Amazon Cognito user pool provider, or any
other OpenID Connect provider, always include the id_token.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetOpenIdToken, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetOpenIdToken, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<GetOpenIdToken>
Creates a new builder-style object to manufacture GetOpenIdTokenInput
A unique identifier in the format REGION:GUID.
A set of optional name-value pairs that map provider names to provider tokens. When
using graph.facebook.com and www.amazon.com, supply the access_token returned from the
provider's authflow. For accounts.google.com, an Amazon Cognito user pool provider, or any
other OpenID Connect provider, always include the id_token.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for GetOpenIdTokenInput
impl Send for GetOpenIdTokenInput
impl Sync for GetOpenIdTokenInput
impl Unpin for GetOpenIdTokenInput
impl UnwindSafe for GetOpenIdTokenInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more