build method

  1. @override
Map<String, Object?> build()
override

Implementation

@override
Map<String, Object?> build() => {
      if (oauth2InstallParameters != null)
        'oauth2_install_params': {
          'scopes': oauth2InstallParameters!.scopes,
          'permissions': oauth2InstallParameters!.permissions.value.toString(),
        },
    };