setScopes method
Returns the parameters for this provider instance.
Implementation
OAuthProvider setScopes(List<String> scopes) {
_scopes = scopes;
return this;
}
Returns the parameters for this provider instance.
OAuthProvider setScopes(List<String> scopes) {
_scopes = scopes;
return this;
}