scope property

String scope

Set the default scope parameter to the login endpoint. Use a space-delimited list of scopes. Note that the scope 'openid' will be always be added to the list of scopes by the adapter. Note that the default scope specified here is overwritten if the login() options specify scope explicitly.

Implementation

external String get scope;
void scope=(String v)

Implementation

external set scope(String v);