#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for AdditionalAuthenticationProvider
Implementations
The authentication type: API key, Identity and Access Management (IAM), OpenID Connect (OIDC), Amazon Cognito user pools, or Lambda.
The authentication type: API key, Identity and Access Management (IAM), OpenID Connect (OIDC), Amazon Cognito user pools, or Lambda.
The OIDC configuration.
The OIDC configuration.
The Amazon Cognito user pool configuration.
The Amazon Cognito user pool configuration.
Configuration for Lambda function authorization.
Configuration for Lambda function authorization.
Consumes the builder and constructs a AdditionalAuthenticationProvider
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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