#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for GoogleAnalyticsConnectorProfileCredentials
Implementations
The identifier for the desired client.
The identifier for the desired client.
The client secret used by the OAuth client to authenticate to the authorization server.
The client secret used by the OAuth client to authenticate to the authorization server.
The credentials used to access protected Google Analytics resources.
The credentials used to access protected Google Analytics resources.
The credentials used to acquire new access tokens. This is required only for OAuth2 access tokens, and is not required for OAuth1 access tokens.
The credentials used to acquire new access tokens. This is required only for OAuth2 access tokens, and is not required for OAuth1 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.
Consumes the builder and constructs a GoogleAnalyticsConnectorProfileCredentials
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