withOAuth method
Specifies the OAuth to be used for auth.
Implementation
AuthParamsBuilder withOAuth(OAuth? oAuth) {
_oAuth = oAuth;
return this;
}
Specifies the OAuth to be used for auth.
AuthParamsBuilder withOAuth(OAuth? oAuth) {
_oAuth = oAuth;
return this;
}