scope property Null safety
Specifies the scope parameter for the login url The scope 'openid' will be added to the scope if it is missing or undefined.
Implementation
external String get scope;
Implementation
external set scope(String v);
Specifies the scope parameter for the login url The scope 'openid' will be added to the scope if it is missing or undefined.
external String get scope;
external set scope(String v);