#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for SalesforceConnectorProfileCredentials
Implementations
The credentials used to access protected Salesforce resources.
The credentials used to access protected Salesforce resources.
The credentials used to acquire new access tokens.
The credentials used to acquire new access tokens.
The OAuth requirement needed to request security tokens from the connector endpoint.
The OAuth requirement needed to request security tokens from the connector endpoint.
The secret manager ARN, which contains the client ID and client secret of the connected app.
The secret manager ARN, which contains the client ID and client secret of the connected app.
Consumes the builder and constructs a SalesforceConnectorProfileCredentials
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