Struct aws_sdk_appflow::model::o_auth_properties::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for OAuthProperties
Implementations
The token url required to fetch access/refresh tokens using authorization code and also to refresh expired access token using refresh token.
The token url required to fetch access/refresh tokens using authorization code and also to refresh expired access token using refresh token.
The authorization code url required to redirect to SAP Login Page to fetch authorization code for OAuth type authentication.
The authorization code url required to redirect to SAP Login Page to fetch authorization code for OAuth type authentication.
Appends an item to o_auth_scopes
.
To override the contents of this collection use set_o_auth_scopes
.
The OAuth scopes required for OAuth type authentication.
The OAuth scopes required for OAuth type authentication.
Consumes the builder and constructs a OAuthProperties
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