Future<String> show({String scope = "read", String? state}) async { return CasdoorOauth.authenticate( url: getSigninUrl(scope: scope, state: state).toString(), callbackUrlScheme: config.callbackUrlScheme); }